AllenBradleyNetBuildWriteCommand 方法 (String, Boolean) |
Create a written message instruction
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<byte[]> BuildWriteCommand(
string address,
bool data
)
Public Function BuildWriteCommand (
address As String,
data As Boolean
) As OperateResult(Of Byte())
public:
OperateResult<array<unsigned char>^>^ BuildWriteCommand(
String^ address,
bool data
)
member BuildWriteCommand :
address : string *
data : bool -> OperateResult<byte[]>
参数
- address
- 类型:SystemString
The address of the tag name - data
- 类型:SystemBoolean
Bool Data
返回值
类型:
OperateResultByteMessage information that contains the result object
参见