GXDN: Gurux Developer Network
ExtractPacket Method (onlyData)
NamespacesGurux.PacketGXPacketExtractPacket(Boolean)
Extracts the whole packet; header and data, as a byte array.
Parameters
onlyData (Boolean)
If True, only the data is exported.
Examples
CopyVBScript
GXPacket1.ExtractPacket data
cnt = UBound(data)
for pos = 0 to cnt
    'handle data byte by byte
    msgbox data(pos)
next

Assembly: Gurux.Client (Module: Gurux.Client) Version: 5.0.0.1