Interface AccessoryPortListener


public interface AccessoryPortListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    labelChanged(int accessoryId, int aspectIndex)
    The label of the aspect was changed.
    void
    testButtonPressed(int accessoryId, int aspectIndex)
    The test button was pressed.
  • Method Details

    • testButtonPressed

      void testButtonPressed(int accessoryId, int aspectIndex)
      The test button was pressed.
      Parameters:
      accessoryId - the accessory id
      aspectIndex - the aspect index
    • labelChanged

      void labelChanged(int accessoryId, int aspectIndex)
      The label of the aspect was changed.
      Parameters:
      accessoryId - the accessory id
      aspectIndex - the aspect index