点击或拖拽改变大小

IDlt698ReadFromCoreServer 方法

重载列表
  名称说明
公共方法ReadFromCoreServer(Byte)
将当前的数据报文发送到设备去,具体使用什么通信方式取决于设备信息,然后从设备接收数据回来,并返回给调用者。
Send the current data message to the device, the specific communication method used depends on the device information, and then receive the data back from the device and return it to the caller.
(继承自 IReadWriteDevice。)
公共方法ReadFromCoreServer(IEnumerableByte) (继承自 IReadWriteDevice。)
公共方法代码示例ReadFromCoreServer(Byte, Boolean, Boolean)
将数据报文发送指定的网络通道上,根据当前指定的INetMessage类型,返回一条完整的数据指令
Sends a data message to the specified network channel, and returns a complete data command according to the currently specified INetMessage type
Top
参见