removeSubplatform method

MraaReturnCode removeSubplatform(
  1. MraaPlatformType subplatformType
)

Remove subplatform - mraa_remove_subplatform

Remove an MRAA sub platform Parameters are the sub platform type and the device or I2C bus the sub platform is on.

Implementation

MraaReturnCode removeSubplatform(MraaPlatformType subplatformType) =>
    MraaReturnCode.returnCode(
        _impl.mraa_remove_subplatform(subplatformType.code));