Uses of Class
org.deepsymmetry.beatlink.dbserver.Message.KnownType
-
Packages that use Message.KnownType Package Description org.deepsymmetry.beatlink.dbserver Provides an interface to the database servers running on Pioneer players. -
-
Uses of Message.KnownType in org.deepsymmetry.beatlink.dbserver
Fields in org.deepsymmetry.beatlink.dbserver declared as Message.KnownType Modifier and Type Field Description Message.KnownTypeMessage. knownTypeThe recognized type, if any, of this message.Fields in org.deepsymmetry.beatlink.dbserver with type parameters of type Message.KnownType Modifier and Type Field Description static Map<Long,Message.KnownType>Message. KNOWN_TYPE_MAPAllows a known message type to be looked up by the message type number.Methods in org.deepsymmetry.beatlink.dbserver that return Message.KnownType Modifier and Type Method Description static Message.KnownTypeMessage.KnownType. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.KnownType[]Message.KnownType. 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.KnownType Modifier and Type Method Description 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.MessageClient. simpleRequest(Message.KnownType requestType, Message.KnownType responseType, Field... arguments)Send a request that expects a single message as its response, then read and return that response.Constructors in org.deepsymmetry.beatlink.dbserver with parameters of type Message.KnownType Constructor Description Message(long transaction, Message.KnownType messageType, Field... arguments)Constructor from code using known message types.
-