ModbusTcpServerWriteCoil 方法 (String, Boolean) |
写入线圈的通断值
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void WriteCoil(
string address,
bool data
)
Public Sub WriteCoil (
address As String,
data As Boolean
)
public:
void WriteCoil(
String^ address,
bool data
)
member WriteCoil :
address : string *
data : bool -> unit
参数
- address
- 类型:SystemString
起始地址,示例:"100" - data
- 类型:SystemBoolean
是否通断
返回值
类型:
True或是
False异常 异常 | 条件 |
---|
IndexOutOfRangeException | |
参见