Extracts the whole packet; header and data, as a byte array.
- onlyData (Boolean)
- If True, only the data is exported.
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