BALTECH Docs |
C API for BALTECH SDK
|
This is replaced by the Baltech API! More...
#include "brp_protocol.h"
Go to the source code of this file.
Macros | |
#define | BRP_ERR_AR_NOMESSAGE BRP_ERR_STATUS(0x0500, 0x01) |
#define | BRP_ERR_AR_DISABLED BRP_ERR_STATUS(0x0500, 0x10) |
#define | BRP_CMD_SYS_GETINFO_FWS_LEN 41 |
maximum length of firmwarestring (see brp_exec_Sys_GetInfo()) More... | |
Functions | |
BRP_LIB brp_errcode | brp_exec_Sys_GetInfo (brp_protocol protocol, char *fws) |
Retrieves the firmware string. More... | |
BRP_LIB brp_errcode | brp_exec_AR_GetMessage (brp_protocol protocol, int *msg_type, char *msg, size_t max_msg_len, size_t *msg_len) |
Returns the last message read by device. More... | |
BRP_LIB brp_errcode | brp_exec_Sys_CfgSetValue (brp_protocol protocol, int key, int value, brp_buf data, size_t data_len) |
Modifies the devices (permanent) configuration. More... | |
BRP_LIB brp_errcode | brp_exec_Sys_CfgGetValue (brp_protocol protocol, int key, int value, brp_buf data, size_t max_data_len, size_t *data_len) |
Retrieves a configuration value from the device. More... | |