Package com.thecoderscorner.menu.remote


package com.thecoderscorner.menu.remote
  • Interface Summary
    Interface
    Description
    Use this interface to subscribe to connection change events, such as when the underlying connector disconnects or reconnects with hardware.
     
    This is a low level part of the API that most people don't need to deal, implementations will translate commands to and from a given protocol.
    This is the base interface implemented by all remote connectors, it provides the means to both send and receive menu commands.
    This is the low level, communication listener interface that you implement in order to know when commands have been received from the remote device.
    This interface is implemented when you wish to receive update events from a RemoteMenuController.
  • Class Summary
    Class
    Description
    a local identifier holder object that holds the name and UUID
     
    Represents the remote connection details, such as name and version.
    This class manages a single remote connection to an Arduino.
    Stream remote connector is the base class for all stream implementations, such as Socket and RS232.
  • Enum Class Summary
    Enum Class
    Description
    the authentication states that a RemoteMenuController can be in.