MelsecFxSerialWrite 方法 (String, Boolean) |
强制写入位数据的通断,支持的类型参考文档说明
The on-off of the forced write bit data, please refer to the document description for the supported types
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override OperateResult Write(
string address,
bool value
)
Public Overrides Function Write (
address As String,
value As Boolean
) As OperateResult
public:
virtual OperateResult^ Write(
String^ address,
bool value
) override
abstract Write :
address : string *
value : bool -> OperateResult
override Write :
address : string *
value : bool -> OperateResult
参数
- address
- 类型:SystemString
地址信息 - value
- 类型:SystemBoolean
是否为通
返回值
类型:
OperateResult是否写入成功的结果对象
实现
IReadWriteNetWrite(String, Boolean)IReadWriteNetWrite(String, Boolean)参见