Waits for more reply data After SendSync if whole packet is not received yet.
- 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. WaitTime -1 indicates infinite wait time.
- copyAllData (Boolean)
- If True, all the reply data is copied to ReplyData.
- type (VariantType)
- Determines the type of reply data.
- data ( Object %)
- Received reply data.
True, if the send operation was successful.
The ReplyTerminator can, for example be a single byte ('0xA1'), a string ("OK") or an array of bytes.
Size of ReplyTerminator can be between 1 and n bytes.
Size of ReplyTerminator can be between 1 and n bytes.
Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1