public class TS800 extends UHFDevice
VERSION
Constructor and Description |
---|
TS800(BaseDeviceInfo baseDeviceInfo) |
TS800(android.content.Context context,
BaseDeviceInfo baseDeviceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
getIOState()
Get the state of all I/O pin.
|
void |
getTriggerType(boolean temp)
Get the trigger source from remote device.
|
void |
initializeSettings()
Initialize setting of TS800, please call it after connected with remote TS800.
|
void |
setIOState(IONumber ioNumber,
IOState ioState)
Sets the I/O pin specified HIGH or LOW.
|
void |
setTriggerType(boolean temporary,
TriggerType triggerType) |
destroy, getBleDeviceName, getBleRomVersion, getFrequency, getQValue, getRfPower, getRfSensitivity, getRomVersion, getSessionAndTarget, readEpc, readTag, readTag, setBleDeviceName, setFrequency, setQValue, setRfPower, setRfSensitivity, setSessionAndTarget, setUHFCallback, startInventory, stopInventory, writeEpc, writeTag, writeTag
connect, disconnect, equals, getCommunicationType, getConnectionState, getDeviceIp, getDeviceMacAddr, getDeviceName, getDevicePort, send, setCommunicationCallback, setDeviceDebugCallback
public TS800(BaseDeviceInfo baseDeviceInfo)
public TS800(android.content.Context context, BaseDeviceInfo baseDeviceInfo)
public void initializeSettings()
initializeSettings
in class UHFDevice
public void setTriggerType(boolean temporary, TriggerType triggerType)
temporary
- If the value is true, this setting will write into EEPROM.triggerType
- The trigger source of inventory.public void getTriggerType(boolean temp)
public void getIOState()