BaosModuleConfig SDK  1.0.0
Data Fields
mc_t Struct Reference

Structure holding the baos module configuration. More...

#include <module_config_api.h>

Data Fields

uint8_t * manufacturer_id
 the KNX ID of the manufacturer More...
 
uint8_t * manufacturer_data
 freely usable data by the manufacturer More...
 
uint8_t * order_info
 manufacturer specific order information More...
 
uint8_t * hardware_type
 an identifier for the device hardware More...
 
uint8_t * serial_number
 the KNX Serial Number of the device More...
 

Detailed Description

Structure holding the baos module configuration.

The manufacturer id must be a 2 bytes array The manufacturer data must be a 4 bytes array The order_info must be a 10 bytes array The hardware_type must be a 6 bytes array The serial_number must be a 6 bytes array

Field Documentation

◆ hardware_type

uint8_t* mc_t::hardware_type

an identifier for the device hardware

◆ manufacturer_data

uint8_t* mc_t::manufacturer_data

freely usable data by the manufacturer

◆ manufacturer_id

uint8_t* mc_t::manufacturer_id

the KNX ID of the manufacturer

◆ order_info

uint8_t* mc_t::order_info

manufacturer specific order information

◆ serial_number

uint8_t* mc_t::serial_number

the KNX Serial Number of the device


The documentation for this struct was generated from the following file: