OmronFinsNetHelperBuildReadCommand 方法 (String, OmronPlcType) |
同时读取多个地址的命令报文信息
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<List<byte[]>> BuildReadCommand(
string[] address,
OmronPlcType plcType
)
Public Shared Function BuildReadCommand (
address As String(),
plcType As OmronPlcType
) As OperateResult(Of List(Of Byte()))
public:
static OperateResult<List<array<unsigned char>^>^>^ BuildReadCommand(
array<String^>^ address,
OmronPlcType plcType
)
static member BuildReadCommand :
address : string[] *
plcType : OmronPlcType -> OperateResult<List<byte[]>>
参数
- address
- 类型:SystemString
多个地址 - plcType
- 类型:HslCommunication.Profinet.OmronOmronPlcType
PLC的类型信息
返回值
类型:
OperateResultListByte命令报文信息
参见