DR-U-USB/DR-E-USB RLMXX0CLASS  GT20171121-1
Functions
"RLMXXX EEprom Manipulation"

Class members to read/write to RLMXXX internal EEPROM. More...

Functions

quint8 RLMXXXCRC::ReadEEPROM (const quint16 eadd, quint16 rlen, QByteArray &data, quint8 &ec)
 This function read module internal EEPROM. More...
 
quint8 RLMXXXCRC::WriteEEPROM (const quint16 eadd, const quint16 wlen, const QByteArray &data, quint8 &ec)
 Function to write to module internal EEPROM. More...
 

Detailed Description

Class members to read/write to RLMXXX internal EEPROM.

Some text here..

Function Documentation

◆ ReadEEPROM()

quint8 RLMXXXCRC::ReadEEPROM ( const quint16  eadd,
quint16  rlen,
QByteArray &  data,
quint8 &  ec 
)

This function read module internal EEPROM.

Its called by application. If the call failed an error code will be provided from module.

Parameters
[in]eaddEEProm Start Address 0x0000 .. 0x01FF
[in]rlenBytes to be read at address
[out]dataByteArray read from EEPROM
[out]ecError Code returned from the module if command failed
Returns
1 on success, 0 if failed

◆ WriteEEPROM()

quint8 RLMXXXCRC::WriteEEPROM ( const quint16  eadd,
const quint16  wlen,
const QByteArray &  data,
quint8 &  ec 
)

Function to write to module internal EEPROM.

Its called by application. If the call failed an error code will be provided from module.

Parameters
[in]eaddEEProm Start Address 0x0000 .. 0x01FF
[in]wlenBytes to write at address
[in]dataByteArray write into EEPROM
[out]ecError Code returned from the module if command failed
Returns
1 on success, 0 if failed