MbusDataTableInterfacereadFileRecord Method |
Namespace: FieldTalk.Modbus.Slave
protected virtual bool readFileRecord( int refType, int fileNo, int startRef, short[] regArr )
Protected Overridable Function readFileRecord ( refType As Integer, fileNo As Integer, startRef As Integer, <OutAttribute> regArr As Short() ) As Boolean
protected: virtual bool readFileRecord( int refType, int fileNo, int startRef, [InAttribute] [OutAttribute] array<short>^ regArr )
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.