DolphinV4 API  1.6.1.0
Remote management config parameters
Collaboration diagram for Remote management config parameters:

Enumerations

enum  RM_PARAM_IDX { IDX_EEP_BYTE0_BYTE1 = 0, IDX_EEP_BYTE2, IDX_MANUFACTURERID, IDX_BUFF_SIZE, IDX_CODE_ADDR, IDX_TEL_DELAY }
 Paramter indexes for initalization. More...
enum  RM_CALLBACKS_IDX { IDX_PF_ACTION_COMMAND, IDX_PF_CODE_WRITE }
 Paramter indexes for call back function intialization. More...

Detailed Description

Parameters for remote management initialization.


Enumeration Type Documentation

Paramter indexes for initalization.

Enumerator:
IDX_EEP_BYTE0_BYTE1 

Index of EEP Byte0 and Byte1.

IDX_EEP_BYTE2 

Index of EEP Byte2.

IDX_MANUFACTURERID 

Product manufacturer.

IDX_BUFF_SIZE 

Index for buffer length. It determines how much memory space the application dedicated to remote management buffer for message merging. It also determines what is the biggest message to receive.

IDX_CODE_ADDR 

Memory code adress where the 4byte Code is saved [ro].

IDX_TEL_DELAY 

Minimum delay between two chained telegrams in message.

Paramter indexes for call back function intialization.

Enumerator:
IDX_PF_ACTION_COMMAND 

Index for action function call back. [ro].

IDX_PF_CODE_WRITE 

Index for write code function call back. [ro].