Interface AccessoryPortListener
public interface AccessoryPortListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidlabelChanged(int accessoryId, int aspectIndex) The label of the aspect was changed.voidtestButtonPressed(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 idaspectIndex- the aspect index
-
labelChanged
void labelChanged(int accessoryId, int aspectIndex) The label of the aspect was changed.- Parameters:
accessoryId- the accessory idaspectIndex- the aspect index
-