GXDN: Gurux Developer Network
SendSync Method (data, dataType, receiver, replyTerminator, replyByteCnt, waitTime, copyAllData, replyDataType, replyData)
NamespacesGurux.CommonIGXMedia2SendSync(Object, VariantType, Object, Object, Int32, Int32, Boolean, VariantType, Object%)
Sends data synchronously.
A reply from the receiver, whether the send operation was successful, or if the data needs to be resent, is expected.
Parameters
data (Object)
Data to send.
dataType (VariantType)
The type that data is converted to before sending.
receiver (Object)
IP address of the receiver.
replyTerminator (Object)
The end of the reply data.
replyByteCnt (Int32)
The number of reply data bytes to be read.
waitTime (Int32)
Maximum time, in milliseconds, to wait for reply data. Value -1 indicates infinite wait time.
copyAllData (Boolean)
If True, all the reply data is copied to ReplyData.
replyDataType (VariantType)
Determines the type of reply data.
replyData ( Object %)
Received reply data.
Return Value
True, if the send operation was successful.

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