点击或拖拽改变大小

GeHelperBuildWriteCommand 方法

重载列表
  名称说明
公共方法静态成员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.
Top
参见