GXDN: Gurux Developer Network
ExtractData Method (data, type, pos, count)
NamespacesGurux.CommonIGXDataExtractData(Object, VariantType, Int32, Int32)
Extracts the data of the packet into an Object.
Parameters
data (Object)
Exported data.
type (VariantType)
Type of exported data.
pos (Int32)
Zero based index, in the data part, where exporting is started.
count (Int32)
Determines how many items are exported. Value -1 indicates that all items are copied.
Remarks
Use this method to export the data part of the packet. If the data is given in a hexadecimal string every byte is separated with a space.

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