uns8 DpaApiReadConfigByte( uns8 index )
This function returns the TR Configuration value from a given index (address).
Example
setRFchannel( DpaApiReadConfigByte( CFGIND_OS_CHANNEL_2ND ) );
☼ See example codes CustomDpaHandler-AsyncRequest.c for more details.