| Package | Description |
|---|---|
| org.deepsymmetry.beatlink.dbserver |
Provides an interface to the database servers running on Pioneer players.
|
| Modifier and Type | Field and Description |
|---|---|
Message.KnownType |
Message.knownType
The recognized type, if any, of this message.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Long,Message.KnownType> |
Message.KNOWN_TYPE_MAP
Allows a known message type to be looked up by the message type number.
|
| Modifier and Type | Method and Description |
|---|---|
static Message.KnownType |
Message.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.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Client.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.
|
Message |
Client.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.
|
| Constructor and Description |
|---|
Message(long transaction,
Message.KnownType messageType,
Field... arguments)
Constructor from code using known message types.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.