Return value, Portability, Be_setbezeleepromparameter – Rockwell Automation 6182 SDK User Manual
Page 48: Syntax

4–8
RAC6182-Specific Extensions to the CE API
Publication 6182-UM002B-EN-P
Return Value
The possible return values are represented by the following macros,
defined in bezeleeprom.h:
Macro
Description
BEZEL_EEPROM_OK
EEPROM present, arguments valid, function
completed successfully.
BEZEL_EEPROM_
DEVICE_NOT_
PRESENT
No EEPROM detected – either bezel not present or
EEPROM on it not functioning.
BEZEL_EEPROM_
INVALID_
PARAMETER
Bad parameter passed to function, for example a
NULL pointer or an address out of range.
BEZEL_EEPROM_
INVALID_CRC
CRC mode is enabled and the CRC on the
EEPROM is currently invalid.
Portability
This function is specific to the RAC6182 hardware.
be_SetBezelEEPROMParameter
This function sets bezel EEPROM access mode or CRC value. It is
prototyped in bezeleeprom.h.
Syntax
#include <Windows.h>
#include <bezeleeprom.h>
DWORD be_SetBezelEEPROMParameter(DWORD dwParameter, DWORD
*pdwData)