public interface ZDPFrame
See Figure 2.19 Format of the ZDP Frame ZIGBEE SPECIFICATION: 1_053474r17ZB_TSC-ZigBee-Specification.pdf.
This interface MUST be implemented by the developer invoking the
ZigBeeNode.invoke(int, int, ZDPFrame)
method.
Notes:
Modifier and Type | Method and Description |
---|---|
ZigBeeDataInput |
getDataInput()
Returns the
ZigBeeDataInput of the payload of this frame. |
byte[] |
getPayload()
Returns a copy of the payload of this frame.
|
byte[] getPayload()
ZigBeeDataInput getDataInput()
ZigBeeDataInput
of the payload of this frame.ZigBeeDataInput
of the payload of the
ZDPFrame
. This method, in contrary to
getPayload()
, doesn't require to create a copy of the
payload.IllegalStateException
- if a ZigBeeDataInput
stream cannot
be returned because the underlying ZDPFrame implementation was
not correctly initialized.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0