public static interface ICompositeDeviceEventDecoder.IDeviceContext<T>
Modifier and Type | Method and Description |
---|---|
IDevice |
getDevice()
Get referenced device.
|
IDeviceSpecification |
getDeviceSpecification()
Get referenced device specification.
|
T |
getPayload()
Get payload to be parsed.
|
IDevice getDevice()
IDeviceSpecification getDeviceSpecification()
T getPayload()