XGBCnetOverTcpWrite 方法 (String, Byte) | 
 
            Write single byte value to plc
            
 
        命名空间: 
     HslCommunication.Profinet.LSIS
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法public OperateResult Write(
	string address,
	byte value
)
Public Function Write ( 
	address As String,
	value As Byte
) As OperateResult
public:
OperateResult^ Write(
	String^ address, 
	unsigned char value
)
member Write : 
        address : string * 
        value : byte -> OperateResult 
参数
- address
 - 类型:SystemString
Start address - value
 - 类型:SystemByte
value 
返回值
类型:
OperateResultWhether to write the successful
参见