public static enum Parameter.Key extends java.lang.Enum<Parameter.Key>
InfoRequest.PARAM_CLASS_LUT
InfoResponse.PARAM_CLASS_LUT.| Enum Constant and Description |
|---|
AVAIL_LISTEN_PORT
Key to request a device providing tunnel capability for list of available listen ports
that are acceptable for tunnel connection.
|
CONTENT_PLAYBACK
Key to use when requesting content playback url.
|
CONTENT_SEARCH
Key to request content search using URI from a storage node.
|
CSA
The CSA key that is usually (but not limited) requested during add resource flow.
|
DSK
The DSK key that is usually (but not limited) requested during add resource flow.
|
INSTALL_CODE
The installation code key that is
usually (but not limited) requested during add resource flow.
|
OTP
The otp key that is usually (but not limited) requested during add resource flow.
|
PAIRING_TYPE
Key that's used to determine the
Parameter.PairingType to use in addition flow. |
PASSWORD
The password key that is sometimes (but not limited)
requested along with username to authenticate the user during add resource flow.
|
PIN
The pin key that is usually (but not limited) requested during add resource flow.
|
REMOTE_BUTTON_INFO
Key used in request to retrieve remote buttons info using applianceID and resourceEui
from a
CapabilityRemoteControl. |
REMOTE_PAIR_CAPABILITIES
Key used to request pairing capability id and attribute ids
from a
Device / CocoClient. |
REMOTE_PAIRING_CODES
Key used in request for remote pairing code using brand ID and category of resource
from a
CapabilityRemoteControl. |
REMOTE_SEARCH
Key used in request search and retrieve search results.
|
RESOURCE_NAME
The resource name key that is often requested during add resource flow.
|
STREAM_BUFFER_SIZES
Currently not in use.
|
TIMEZONE
Key that's requested during resource addition to determine th timezone of the client.
|
USER_DEFINED
A user-defined key for customized use cases.
|
USERNAME
The username key that is sometimes (but not limited)
requested to identify the user during add resource flow.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter.Key |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter.Key USER_DEFINED
public static final Parameter.Key USERNAME
public static final Parameter.Key PASSWORD
public static final Parameter.Key PIN
public static final Parameter.Key OTP
public static final Parameter.Key INSTALL_CODE
public static final Parameter.Key CSA
public static final Parameter.Key DSK
public static final Parameter.Key RESOURCE_NAME
public static final Parameter.Key AVAIL_LISTEN_PORT
public static final Parameter.Key CONTENT_SEARCH
public static final Parameter.Key CONTENT_PLAYBACK
public static final Parameter.Key STREAM_BUFFER_SIZES
public static final Parameter.Key PAIRING_TYPE
Parameter.PairingType to use in addition flow.public static final Parameter.Key TIMEZONE
public static final Parameter.Key REMOTE_PAIRING_CODES
CapabilityRemoteControl.public static final Parameter.Key REMOTE_PAIR_CAPABILITIES
Device / CocoClient.public static final Parameter.Key REMOTE_BUTTON_INFO
CapabilityRemoteControl.public static final Parameter.Key REMOTE_SEARCH
public static Parameter.Key[] values()
for (Parameter.Key c : Parameter.Key.values()) System.out.println(c);
public static Parameter.Key valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null