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