YokogawaLinkTcpReadRandomUInt16Async 方法 |
[商业授权] 随机读取UInt16数组信息,主需要出传入String数组地址信息,就可以返回批量UInt16值
[Authorization] Random read UInt16 array information, the master needs to pass in the UInt16 array address information, and then the batch can be returned to UInt16 value
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<ushort[]>> ReadRandomUInt16Async(
string[] address
)
Public Function ReadRandomUInt16Async (
address As String()
) As Task(Of OperateResult(Of UShort()))
public:
Task<OperateResult<array<unsigned short>^>^>^ ReadRandomUInt16Async(
array<String^>^ address
)
member ReadRandomUInt16Async :
address : string[] -> Task<OperateResult<uint16[]>>
参数
- address
- 类型:SystemString
批量地址信息
返回值
类型:
TaskOperateResultUInt16带有成功标志的Bool数组信息
备注
Supports D, B, F, R, V, Z, W, TN, CN,example: D100
参见