WriteCoil
            
 
        命名空间: 
     HslCommunication.Profinet.LSIS
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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
 value for write
返回值
类型:
OperateResultwhether write is success
 参见
参见