点击或拖拽改变大小

YokogawaLinkServer.ReadFromCoreServer 方法

重载列表
  名称说明
公共方法代码示例ReadFromCoreServer(Byte[])
将二进制的数据发送到管道中去,然后从管道里接收二进制的数据回来,并返回是否成功的结果对象。
Send binary data to the pipeline, and then receive binary data back from the pipeline, and return whether the success of the result object
(继承自 BinaryCommunication。)
公共方法ReadFromCoreServer(IEnumerable<Byte[]>) (继承自 BinaryCommunication。)
受保护的方法代码示例ReadFromCoreServer(PipeSession,Byte[])
将数据发送到当前的网络通道中,并从网络通道中接收一个INetMessage指定的完整的报文,网络通道将根据GetAvailableSocket()方法自动获取,本方法是线程安全的。
Send data to the current network channel and receive a complete message specified by INetMessage from the network channel. The network channel will be automatically obtained according to the GetAvailableSocket() method This method is thread-safe.
(重写 DeviceServer.ReadFromCoreServer(PipeSession,Byte[]).)
公共方法代码示例ReadFromCoreServer(Byte[], Boolean, Boolean)
将二进制的数据发送到管道中去,然后从管道里接收二进制的数据回来,并返回是否成功的结果对象。
Send binary data to the pipeline, and then receive binary data back from the pipeline, and return whether the success of the result object
(继承自 BinaryCommunication。)
公共方法ReadFromCoreServer(CommunicationPipe,Byte[], Boolean, Boolean)
使用指定的管道来进行数据通信,发送原始数据到管道,然后从管道接收相关的数据返回,本方法无锁
(继承自 BinaryCommunication。)
Top
参见