![]() | ITCPClient 接口 |
public interface ITCPClient : IToolkitBase, IModuleBase
ITCPClient 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | Connect | 连接 |
![]() | Connect(String, Int32) | 连接 |
![]() | Disconnect | 关闭连接 |
![]() | Send(Byte) | 发送数据 |
![]() | Send(String) | 发送 |
![]() | SendWait(Byte, Int32) | 发送等待结果 |
![]() | SendWait(String, Int32) | 发送等待结果 |
名称 | 说明 | |
---|---|---|
![]() | OnBinaryDataAvailable | 接收二进制数据 |
![]() | OnSocketError | 显示异常错误信息 |
![]() | OnStringDataAvailable | 接收字符串数据 |