BinaryCommunication 属性 |
BinaryCommunication 类型公开以下成员。
名称 | 说明 | |
---|---|---|
CommunicationPipe | ||
ConnectionId |
当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定 The unique ID number of the current connection. The default is a 20-digit guid code plus a random number. | |
LogNet | ||
ReceiveTimeOut |
获取或设置接收服务器反馈的时间,如果为负数,则不接收反馈 Gets or sets the time to receive server feedback, and if it is a negative number, does not receive feedback | |
SendBeforeHex |
获取或设置在发送通信报文前追加发送的字节信息,HEX格式,通常用于lora组网时,需要携带 00 00 00 02 四个字节的站地址功能。 Obtain or set the byte information sent before sending communication packets, HEX format, usually used for LORA networking, you need to carry 00 00 00 02 four-byte station address function. | |
SleepTime |
获取或设置在正式接收对方返回数据前的时候,需要休息的时间,当设置为0的时候,不需要休息。 Get or set the time required to rest before officially receiving the data from the other party. When it is set to 0, no rest is required. |