AllenBradleyNetBuildReadCommand 方法 (String) |
创建一个读取多标签的报文
Build a read command bytes
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<byte[]> BuildReadCommand(
string[] address
)
Public Function BuildReadCommand (
address As String()
) As OperateResult(Of Byte())
public:
OperateResult<array<unsigned char>^>^ BuildReadCommand(
array<String^>^ address
)
member BuildReadCommand :
address : string[] -> OperateResult<byte[]>
参数
- address
- 类型:SystemString
The address of the tag name
返回值
类型:
OperateResultByteMessage information that contains the result object
参见