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