BlueLibs documentation

Connection Members

Connection overview

Public Instance Methods

GetRecvBuffSize default read buffer size
GetRecvTimeout timeout of reading operations if in blocking mode value is irrelevant
GetSendTimeout timeout of sending operations if in blocking mode value is irrelevant
IsAsync if channel is asynchronous returns true
RecvOverloaded. Receive all available bytes
SendOverloaded. send number of bytes
SetRecvBuffSize default read buffer size
SetRecvTimeout timeout of reading operations
SetSendTimeout sets timeout of sending operations if in blocking mode value is irrelevant
UseAsync defines channel usage - blocking or nonblocking
WaitForData wait for data to arrive

See Also

Connection Interface | BlueLibs.Comm Namespace