C API for BALTECH SDK

§ brp_Sys_GetPlatformId()

brp_errcode brp_Sys_GetPlatformId ( brp_protocol  protocol,
brp_buf PlatformId,
unsigned *  BootloaderId,
unsigned *  BootloaderMajor,
unsigned *  BootloaderMinor,
unsigned *  BootloaderBuild,
brp_mempool mempool 
)

Maintenance command only needed for Baltech internal use to get detailed information about the actually used hardware.

This command must only be used if the brp_Main_MatchPlatformId2() command is not supported by the current firmware.

Parameters
[in]protocolused to execute the command
[out]PlatformIdPlatformID of Device (Baltech internal use)
[out]BootloaderIdCompilation of Bootloader (Baltech internal use)
[out]BootloaderMajorMajornumber of Bootloader version (Baltech internal use)
[out]BootloaderMinorMinornumber of Bootloader version (Baltech internal use)
[out]BootloaderBuildBuildnumber of Bootloader version (Baltech internal use)
[in]mempoolis used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool
Deprecated:
This command may be removed in future!