| 名称 | 说明 |
---|
| BuildWriteCommand(Int64, GeSRTPAddress, Byte) |
构建一个批量写入 byte 数组变量的报文,需要指定消息号,写入的地址,地址参照 GeSRTPNet 说明。
To construct a message to be written into byte array variables in batches,
you need to specify the message number and write address. For the address, refer to the description of GeSRTPNet.
|
| BuildWriteCommand(Int64, String, Boolean) |
构建一个批量写入 bool 数组变量的报文,需要指定消息号,写入的地址,地址参照 GeSRTPNet 说明。
To construct a message to be written into bool array variables in batches,
you need to specify the message number and write address. For the address, refer to the description of GeSRTPNet.
|
| BuildWriteCommand(Int64, String, Byte) |
构建一个批量写入 byte 数组变量的报文,需要指定消息号,写入的地址,地址参照 GeSRTPNet 说明。
To construct a message to be written into byte array variables in batches,
you need to specify the message number and write address. For the address, refer to the description of GeSRTPNet.
|