public static interface DataManSystem.OnOffProtocolByteReceivedListener
Modifier and Type | Method and Description |
---|---|
void |
onOffProtocolByteReceived(DataManSystem dataManSystem,
byte offProtocolByte)
Called when an off protocol byte has been received.
|
void onOffProtocolByteReceived(DataManSystem dataManSystem, byte offProtocolByte)
dataManSystem
- The DataManSystem
object that invoked the callback.offProtocolByte
- The byte that violated the DMCC protocol.