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