Package | Description |
---|---|
com.rscja.deviceapi | |
com.rscja.deviceapi.interfaces | |
com.rscja.deviceapi.service |
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
RFIDWithUHFUSB.getConnectStatus() |
ConnectionStatus |
RFIDWithUHFUART.getConnectStatus() |
ConnectionStatus |
BluetoothReader.getConnectStatus() |
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
IUHF.getConnectStatus()
获取UHF连接状态
Acquire UHF connection status |
ConnectionStatus |
IBluetoothReader.getConnectStatus()
获取蓝牙连接状态(Acquire Bluetooth connection status)
|
static ConnectionStatus |
ConnectionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStatus[] |
ConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStatusCallback.getStatus(ConnectionStatus status,
T device) |
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
BLEService.getBTConnectStatus() |