OmronHostLinkCModeHelperBuildWriteWordCommand 方法 |
根据读取的地址,长度,是否位读取创建Fins协议的核心报文
According to the read address, length, whether to read the core message that creates the Fins protocol
命名空间:
HslCommunication.Profinet.Omron.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<List<byte[]>> BuildWriteWordCommand(
string address,
byte[] value
)
Public Shared Function BuildWriteWordCommand (
address As String,
value As Byte()
) As OperateResult(Of List(Of Byte()))
public:
static OperateResult<List<array<unsigned char>^>^>^ BuildWriteWordCommand(
String^ address,
array<unsigned char>^ value
)
static member BuildWriteWordCommand :
address : string *
value : byte[] -> OperateResult<List<byte[]>>
参数
- address
- 类型:SystemString
地址,具体格式请参照示例说明 - value
- 类型:SystemByte
等待写入的数据
返回值
类型:
OperateResultListByte带有成功标识的Fins核心报文
参见