close method

Close - mraa_aio_close

Close the analogue input context, this will free the memory for the context.

Implementation

MraaReturnCode close(MraaAioContext dev) =>
    MraaReturnCode.returnCode(_impl.mraa_aio_close(dev));