Sends data synchronously.
A reply from the receiver, whether the send operation was successful, or if the data needs to be resent, is expected.
A reply from the receiver, whether the send operation was successful, or if the data needs to be resent, is expected.
- 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.
True, if the send operation was successful.
Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1