recv
Received a message from a remote device
See Also: srt_recv
Return
the ByteArray that contains the received message.
Parameters
Size of the expected message.
Throws
if it has failed to send message
if a timeout has been triggered
Received a message from a remote device
See Also: srt_recv
Return
the number of bytes received.
Parameters
the ByteArray where received data are copied to.
the offset in the specified buffer.
the size of the specified buffer.
Throws
if it has failed to send message
if a timeout has been triggered
Received a message from a remote device
See Also: srt_recvmsg2
Return
the ByteArray that contains the received message.
Parameters
Size of the expected message.
the MsgCtrl that contains extra parameter
Throws
if it has failed to send message
if a timeout has been triggered
Received a message from a remote device
See Also: srt_recvmsg2
Return
the number of bytes received.
Parameters
the ByteArray where received data are copied to.
the offset in the specified buffer.
the size of the specified buffer.
the MsgCtrl that contains extra parameter
Throws
if it has failed to send message
if a timeout has been triggered