com.IBM.WirelessClient.API
Class eRFModemStatus
java.lang.Object
|
+--com.IBM.WirelessClient.API.eRFModemStatus
- public class eRFModemStatus
- extends java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
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)
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)