private static class InspcTargetAccessor.DebugTxRx
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
nrofBytesDatagramInHead |
(package private) int |
nrofBytesDatagramReceived |
(package private) java.util.ArrayList<InspcDataExchangeAccess.Inspcitem>[] |
rxItems
All received items for the rx telegrams of one tx telegram.
|
(package private) InspcDataExchangeAccess.InspcDatagram[] |
rxTelgHead
All received answerNr telegrams for the last send tx telegram.
|
(package private) java.util.ArrayList<InspcDataExchangeAccess.Inspcitem> |
txItems |
(package private) InspcDataExchangeAccess.InspcDatagram |
txTelgHead
The last send tx telegram.
|
Constructor and Description |
---|
DebugTxRx() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
clearAll()
Removes all rx data, so that the garbage collector can garbage it.
|
(package private) void |
clearRx()
Removes all rx data, so that the garbage collector can garbage it.
|
int nrofBytesDatagramReceived
int nrofBytesDatagramInHead
InspcDataExchangeAccess.InspcDatagram txTelgHead
java.util.ArrayList<InspcDataExchangeAccess.Inspcitem> txItems
InspcDataExchangeAccess.InspcDatagram[] rxTelgHead
java.util.ArrayList<InspcDataExchangeAccess.Inspcitem>[] rxItems