| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.dbserver |
Provides an interface to the database servers running on Pioneer players.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Long,Message.MenuItemType> |
Message.MENU_ITEM_TYPE_MAP
Allows a menu item type to be looked up by the value seen in the seventh argument of a
Message.KnownType.MENU_ITEM response. |
| Modifier and Type | Method and Description |
|---|---|
Message.MenuItemType |
Message.getMenuItemType()
Extracts the menu item type from a
Message.KnownType.MENU_ITEM response. |
static Message.MenuItemType |
Message.MenuItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.MenuItemType[] |
Message.MenuItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.