The fields of the BTConnection class are listed below. For a complete list of BTConnection class members, see the BTConnection Members topic.
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 |
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.Recv | Overloaded. |
Connection.Send | Overloaded. |
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 |