MbusDataTableInterfacereadInputDiscretesTable Method |
Namespace: FieldTalk.Modbus.Slave
protected virtual bool readInputDiscretesTable( int startRef, bool[] bitArr )
Protected Overridable Function readInputDiscretesTable ( startRef As Integer, <OutAttribute> bitArr As Boolean() ) As Boolean
protected: virtual bool readInputDiscretesTable( int startRef, [InAttribute] [OutAttribute] array<bool>^ bitArr )
false indicates that access has been denied or is out of range. The Server Engine will reply to the master with an exception reply message
Required: No
Default Implementation: Returns false which indicates to Server Engine that this address range is unsupported.
protected override int readInputDiscretesTable(int startRef, bool[] bitArr) { return readCoilsTable(startRef, bitArr); }
Protected Overrides Function readInputDiscretesTable(ByVal startRef As Integer, ByVal bitArr() As Boolean) As Integer Return readCoilsTable(startRef, bitArr) End Function
No code example is currently available or this language may not be supported.