点击或拖拽改变大小

SiemensS7Plus.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(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.ReadFromCoreServer(CommunicationPipe,Byte[], Boolean, Boolean).)
Top
参见