NetworkUdpBase 属性 |
NetworkUdpBase 类型公开以下成员。
名称 | 说明 | |
---|---|---|
ConnectionId |
当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定 The unique ID number of the current connection. The default is a 20-digit guid code plus a random number. | |
IpAddress |
获取或是设置远程服务器的IP地址,如果是本机测试,那么需要设置为127.0.0.1 Get or set the IP address of the remote server. If it is a local test, then it needs to be set to 127.0.0.1 | |
LocalBinding |
获取或设置绑定的本地的IP地址和端口号信息,如果端口设置为0,代表任何可用的端口 Get or set the bound local IP address and port number information, if the port is set to 0, it means any available port | |
LogNet |
组件的日志工具,支持日志记录,只要实例化后,当前网络的基本信息,就以DEBUG等级进行输出 (继承自 NetworkBase。)The component's logging tool supports logging. As long as the instantiation of the basic network information, the output will be output at DEBUG | |
Port |
获取或设置服务器的端口号,具体的值需要取决于对方的配置 Gets or sets the port number of the server. The specific value depends on the configuration of the other party. | |
ReceiveCacheLength |
获取或设置一次接收时的数据长度,默认2KB数据长度,特殊情况的时候需要调整 Gets or sets the length of data received at a time. The default length is 2KB | |
ReceiveTimeout |
获取或设置接收服务器反馈的时间,如果为负数,则不接收反馈 Gets or sets the time to receive server feedback, and if it is a negative number, does not receive feedback | |
Token |
网络类的身份令牌,在hsl协议的模式下会有效,在和设备进行通信的时候是无效的 (继承自 NetworkBase。)Network-type identity tokens will be valid in the hsl protocol mode and will not be valid when communicating with the device |