XinJETcpNetWriteAsync 方法 (String, Boolean) |
向线圈中写入bool数组,返回是否写入成功,如果富文本地址不指定,默认使用的功能码是 0x0F
Write the bool array to the coil, and return whether the writing is successful. If the rich text address is not specified, the default function code is 0x0F.
命名空间:
HslCommunication.Profinet.XINJE
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override Task<OperateResult> WriteAsync(
string address,
bool[] values
)
Public Overrides Function WriteAsync (
address As String,
values As Boolean()
) As Task(Of OperateResult)
public:
virtual Task<OperateResult^>^ WriteAsync(
String^ address,
array<bool>^ values
) override
abstract WriteAsync :
address : string *
values : bool[] -> Task<OperateResult>
override WriteAsync :
address : string *
values : bool[] -> Task<OperateResult>
参数
- address
- 类型:SystemString
要写入的数据地址,比如"1234" - values
- 类型:SystemBoolean
要写入的实际数组
返回值
类型:
TaskOperateResult返回写入结果
实现
IReadWriteNetWriteAsync(String, Boolean)IReadWriteNetWriteAsync(String, Boolean)参见