BlueLibs documentation

BTConnection Fields

The fields of the BTConnection class are listed below. For a complete list of BTConnection class members, see the BTConnection Members topic.

Protected Instance Fields

isAsync Flag defining if the connection is blocking
mSock pointer to the native connection
recvBuffSize size fo read chunck
recvTimeout read timeout value
sendTimeout send timeout value

Explicit Interface Implementations

Connection.GetRecvBuffSize get size of chunck used in read operations
Connection.GetRecvTimeout timeout of reading operations if in blocking mode value is irrelevant
Connection.GetSendTimeout Returns timeout of sending operations, if in blocking mode value is irrelevant
Connection.IsAsync 
Connection.RecvOverloaded.  
Connection.SendOverloaded.  
Connection.SetRecvBuffSize set size of chunck used in read operations
Connection.SetRecvTimeout timeout of reading operations
Connection.SetSendTimeout sets timeout of sending operations if in blocking mode value is irrelevant
Connection.UseAsync 

See Also

BTConnection Class | BlueLibs Namespace