WriteCoil
命名空间:
HslCommunication.Profinet.LSIS
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult WriteCoil(
string address,
bool value
)
Public Function WriteCoil (
address As String,
value As Boolean
) As OperateResult
public:
OperateResult^ WriteCoil(
String^ address,
bool value
)
member WriteCoil :
address : string *
value : bool -> OperateResult
参数
- address
- 类型:SystemString
Start address - value
- 类型:SystemBoolean
bool value
返回值
类型:
OperateResultWhether to write the successful
参见