LSCpuReadCoil 方法 (String, UInt16) |
ReadCoil
命名空间:
HslCommunication.Profinet.LSIS
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<bool[]> ReadCoil(
string address,
ushort length
)
Public Function ReadCoil (
address As String,
length As UShort
) As OperateResult(Of Boolean())
public:
OperateResult<array<bool>^>^ ReadCoil(
String^ address,
unsigned short length
)
member ReadCoil :
address : string *
length : uint16 -> OperateResult<bool[]>
参数
- address
- 类型:SystemString
Start address - length
- 类型:SystemUInt16
read address length
返回值
类型:
OperateResultBooleanWhether to read the successful
参见