BowlerKernel
|
Public Member Functions | |
DyIOAsyncEvent (BowlerDatagram data) | |
String | toString () |
Private Attributes | |
BowlerDatagram | datagram |
An asyncrono event.
Definition at line 24 of file DyIOAsyncEvent.java.
com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.DyIOAsyncEvent | ( | BowlerDatagram | data | ) |
Create a new asynchronous event with the given datagram.
data | The datagram |
Definition at line 35 of file DyIOAsyncEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.datagram.
String com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.toString | ( | ) |
Definition at line 42 of file DyIOAsyncEvent.java.
References com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.datagram, and com.neuronrobotics.sdk.common.BowlerDatagram.toString().
|
private |
The datagram.
Definition at line 27 of file DyIOAsyncEvent.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.DyIOAsyncEvent(), and com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.toString().