public interface IBarcodeReaderObserver
Modifier and Type | Method and Description |
---|---|
void |
connected()
デバイスに接続された時に実行されます Runs when connected to a device. |
void |
connectFailed()
デバイスに接続を試みて、失敗した時に実行されます It will be executed when it tries to connect to the device and fails. |
void |
connectionLost()
デバイスとの接続が解除されたときに実行されます Executed when the connection with the device is disconnected. |
void |
receive(java.lang.String str)
デバイスからデータを受信した時に実行されます Executed when data is received from the device. |
void connected()
void connectFailed()
void connectionLost()
void receive(java.lang.String str)
str
- 受信したデータ