BALTECH Docs |
C API for BALTECH SDK
|
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.
[in] | protocol | used to execute the command |
[out] | PlatformId | PlatformID of Device (Baltech internal use) |
[out] | BootloaderId | Compilation of Bootloader (Baltech internal use) |
[out] | BootloaderMajor | Majornumber of Bootloader version (Baltech internal use) |
[out] | BootloaderMinor | Minornumber of Bootloader version (Baltech internal use) |
[out] | BootloaderBuild | Buildnumber of Bootloader version (Baltech internal use) |
[in] | mempool | is 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 |