platformCombinedType method

int platformCombinedType()

Platform combined type - mraa_get_platform_combined_type

Get the combined platform type, the board must be initialised. The combined type is represented as (sub_platform_type << 8) | main_platform_type. Use the MraaCombinedTypeDecode class and the decodeCombinedType support function to decode.

Implementation

int platformCombinedType() => _impl.mraa_get_platform_combined_type();