Uses of Class
org.deepsymmetry.beatlink.dbserver.Message.MenuIdentifier
-
Packages that use Message.MenuIdentifier Package Description org.deepsymmetry.beatlink.dbserver Provides an interface to the database servers running on Pioneer players. -
-
Uses of Message.MenuIdentifier in org.deepsymmetry.beatlink.dbserver
Fields in org.deepsymmetry.beatlink.dbserver with type parameters of type Message.MenuIdentifier Modifier and Type Field Description static Map<Byte,Message.MenuIdentifier>Message. MENU_IDENTIFIER_MAPAllows a menu/destination to be looked up by the value seen in the second byte of the first argument of many request messages.Methods in org.deepsymmetry.beatlink.dbserver that return Message.MenuIdentifier Modifier and Type Method Description static Message.MenuIdentifierMessage.MenuIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.MenuIdentifier[]Message.MenuIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deepsymmetry.beatlink.dbserver with parameters of type Message.MenuIdentifier Modifier and Type Method Description static NumberFieldClient. buildRMST(int requestingPlayer, Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot)Build the R:M:S:T parameter that begins many queries, when T=1.static NumberFieldClient. buildRMST(int requestingPlayer, Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, CdjStatus.TrackType trackType)Build the R:M:S:T parameter that begins many queries.NumberFieldClient. buildRMST(Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot)Build the R:M:S:T parameter that begins many queries.NumberFieldClient. buildRMST(Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, CdjStatus.TrackType trackType)Build the R:M:S:T parameter that begins many queries.MessageClient. menuRequest(Message.KnownType requestType, Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, Field... arguments)Send a request for a menu that we will retrieve items from in subsequent requests.MessageClient. menuRequestTyped(Message.KnownType requestType, Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, CdjStatus.TrackType trackType, Field... arguments)Send a request for a menu that we will retrieve items from in subsequent requests, when the request must reflect the actual type of track being asked about.List<Message>Client. renderMenuItems(Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, CdjStatus.TrackType trackType, int offset, int count)Gather up the specified range of responses for a menu request.List<Message>Client. renderMenuItems(Message.MenuIdentifier targetMenu, CdjStatus.TrackSourceSlot slot, CdjStatus.TrackType trackType, Message availableResponse)Gather up all the responses that are available for a menu request.
-