public interface ICallbacks
WRAPPERParameters
Modifier and Type | Method and Description |
---|---|
void |
onReceivedStream(byte[] stream)
onReceivedStream callback method.
|
void |
onSentStream(byte[] stream)
OnSentStream callback method.
|
void onSentStream(byte[] stream)
Called when a byte stream is sent to the meter.
stream
- Byte stream sent.void onReceivedStream(byte[] stream)
Called when a byte stream is received from the meter.
stream
- Byte stream received.