点击或拖拽改变大小

MemobusUdpNetReadBoolAsync 方法

重载列表
  名称说明
公共方法ReadBoolAsync(String)
异步读取单个的Boolean数据信息
Asynchronously read a single Boolean data message
(继承自 NetworkUdpDeviceBase。)
公共方法ReadBoolAsync(String, UInt16)
批量读取Boolean数组信息,需要指定地址和长度,返回Boolean 数组
Batch read Boolean array information, need to specify the address and length, return Boolean array
(重写 NetworkUdpDeviceBaseReadBoolAsync(String, UInt16).)
Top
参见