Sends the packet.
If GXPacket is sent synchronously, GXCom fills the sent packet with information of the received packet,
so data can be used instantly after the Send call. If GXPacket is sent asynchronously,
data is received through Received method.
'Send data as synchronous. GXClient1.Send GXPacket1, True, "" 'Check is reply packet OK. if GXPacket1.Status = GX_STATE_OK then 'Extract all data as hex string GXPacket1.ExtractData ReplyData, GX_VT_HEX_STR, 0, -1 msgbox ReplyData else 'Handle error. end if
Assembly: Gurux.Client (Module: Gurux.Client) Version: 5.0.0.1