com.IBM.WirelessClient.API
Class eRFModemStatus

java.lang.Object
  |
  +--com.IBM.WirelessClient.API.eRFModemStatus

public class eRFModemStatus
extends java.lang.Object


Field Summary
static byte eCONFIRMED
           
static byte eDISABLED
           
static byte eENABLED
           
static byte eIN_RANGE
           
static byte eNONE
           
static byte eOUT_OF_RANGE
           
static byte eRTSCTS
           
static byte eUNCONFIRMED
           
static byte eXONXOFF
           
 
Constructor Summary
eRFModemStatus(byte theAntenna, byte theBaseStationID, byte theFlowControl, byte theModemState, byte theRange, byte theReceiveMode, byte theReceiver, byte theRxQuality, byte theTransmitter, int theRadioChannel, int theQueuedToBeReceived, int theQueuedToBeSent, byte[] theReserved)
           
 
Method Summary
 byte Antenna()
           
 void Antenna(byte newval)
           
 byte BaseStationID()
           
 void BaseStationID(byte newval)
           
 byte FlowControl()
           
 void FlowControl(byte newval)
           
 byte ModemState()
           
 void ModemState(byte newval)
           
 int QueuedToBeReceived()
           
 void QueuedToBeReceived(int newval)
           
 int QueuedToBeSent()
           
 void QueuedToBeSent(int newval)
           
 int RadioChannel()
           
 void RadioChannel(int newval)
           
 byte Range()
           
 void Range(byte newval)
           
 byte ReceiveMode()
           
 void ReceiveMode(byte newval)
           
 byte Receiver()
           
 void Receiver(byte newval)
           
 byte[] Reserved()
           
 void Reserved(byte[] newval)
           
 byte RxQuality()
           
 void RxQuality(byte newval)
           
 byte Transmitter()
           
 void Transmitter(byte newval)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eDISABLED

public static final byte eDISABLED

eENABLED

public static final byte eENABLED

eIN_RANGE

public static final byte eIN_RANGE

eOUT_OF_RANGE

public static final byte eOUT_OF_RANGE

eNONE

public static final byte eNONE

eXONXOFF

public static final byte eXONXOFF

eRTSCTS

public static final byte eRTSCTS

eUNCONFIRMED

public static final byte eUNCONFIRMED

eCONFIRMED

public static final byte eCONFIRMED
Constructor Detail

eRFModemStatus

public eRFModemStatus(byte theAntenna,
                      byte theBaseStationID,
                      byte theFlowControl,
                      byte theModemState,
                      byte theRange,
                      byte theReceiveMode,
                      byte theReceiver,
                      byte theRxQuality,
                      byte theTransmitter,
                      int theRadioChannel,
                      int theQueuedToBeReceived,
                      int theQueuedToBeSent,
                      byte[] theReserved)
Method Detail

Range

public byte Range()

Range

public void Range(byte newval)

Transmitter

public byte Transmitter()

Transmitter

public void Transmitter(byte newval)

Receiver

public byte Receiver()

Receiver

public void Receiver(byte newval)

Antenna

public byte Antenna()

Antenna

public void Antenna(byte newval)

FlowControl

public byte FlowControl()

FlowControl

public void FlowControl(byte newval)

ReceiveMode

public byte ReceiveMode()

ReceiveMode

public void ReceiveMode(byte newval)

BaseStationID

public byte BaseStationID()

BaseStationID

public void BaseStationID(byte newval)

RxQuality

public byte RxQuality()

RxQuality

public void RxQuality(byte newval)

ModemState

public byte ModemState()

ModemState

public void ModemState(byte newval)

QueuedToBeSent

public int QueuedToBeSent()

QueuedToBeSent

public void QueuedToBeSent(int newval)

QueuedToBeReceived

public int QueuedToBeReceived()

QueuedToBeReceived

public void QueuedToBeReceived(int newval)

RadioChannel

public int RadioChannel()

RadioChannel

public void RadioChannel(int newval)

Reserved

public byte[] Reserved()

Reserved

public void Reserved(byte[] newval)