GXDN: Gurux Developer Network
WaitMoreReplyData Method (replyTerminator, replyByteCnt, waitTime, copyAllData, type, data)
NamespacesGurux.CommonIGXMedia2WaitMoreReplyData(Object, Int32, Int32, Boolean, VariantType, Object%)
Waits for more reply data After SendSync if whole packet is not received yet.
Parameters
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.
Return Value
True, if the send operation was successful.
Remarks
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.

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