|
|
void | setCanID (byte val) |
| |
|
void | setNodeNumber (unsigned int val) |
| |
|
void | setNodeName (char const *nodeName, int csize) |
| |
|
byte | getCanID () |
| |
|
unsigned int | getNodeNumber () |
| |
|
const char * | getNodeName () |
| |
|
void | setManufacturerId (byte val) |
| |
|
byte | getManufacturerId () |
| |
|
void | setModuleId (byte val) |
| |
|
byte | getModuleId () |
| |
|
void | setFlags (byte val) |
| |
|
byte | getFlags () |
| |
|
void | setMinCodeVersion (byte val) |
| |
|
byte | getMinCodeVersion () |
| |
|
void | setMaxCodeVersion (byte val) |
| |
|
byte | getMaxCodeVersion () |
| |
|
void | setSuportedEvents (byte val) |
| |
|
byte | getSuportedEvents () |
| |
|
void | setSuportedEventsVariables (byte val) |
| |
|
byte | getSuportedEventsVariables () |
| |
|
void | setSuportedNodeVariables (byte val) |
| |
|
byte | getSuportedNodeVariables () |
| |
|
byte | getParameter (byte inx) |
| |
|
byte | getNumberOfParameters () |
| |
|
void | setProducerNode (bool val) |
| |
|
bool | isProducerNode () |
| |
|
void | setConsumerNode (bool val) |
| |
|
bool | isConsumerNode () |
| |
|
void | setSlimMode () |
| |
|
void | setFlimMode () |
| |
|
bool | isSlimMode () |
| |
|
bool | isFlimMode () |
| |
|
void | setSuportBootLoading (bool val) |
| |
|
bool | suportBootLoading () |
| |
Class that saves the node parameters. Name, Manufactorer,Module, Can id, Node number, device number, Code Version, Supported events and variables. It is set from user information and from EEPROM: can id, node number, device number.