MbusMasterFunctionsreadCoils Method (Int32, Int32, Boolean, Int32) |
Namespace: FieldTalk.Modbus.Master
public int readCoils( int slaveAddr, int startRef, bool[] bitArr, int numCoils )
Public Function readCoils ( slaveAddr As Integer, startRef As Integer, <OutAttribute> bitArr As Boolean(), numCoils As Integer ) As Integer
public: int readCoils( int slaveAddr, int startRef, [InAttribute] [OutAttribute] array<bool>^ bitArr, int numCoils )
Note |
---|
No broadcast supported |