public static class InfoResponse.RemotePairingCapabilities extends java.lang.Object implements InfoResponse.Value
Parameter.Key.REMOTE_PAIR_CAPABILITIES.InfoRequest.RemotePairingCapabilities| Constructor and Description |
|---|
RemotePairingCapabilities(Capability.CapabilityId capId,
int[] commandSupportedArr,
int[] attrIdArr)
A constructor for this value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Capability.AttributeId> |
getAttributes()
A function to fetch list of attribute ids received in response.
|
Capability.CapabilityId |
getCapabilityId() |
java.util.List<CommandIdInterface> |
getCommandSupportedArr()
A function to fetch list of supported command ids as received in response.
|
public RemotePairingCapabilities(Capability.CapabilityId capId, int[] commandSupportedArr, int[] attrIdArr)
capId - capability id corresponding to resource in requestcommandSupportedArr - supported command ids arrayattrIdArr - attribute id arraypublic Capability.CapabilityId getCapabilityId()
public java.util.List<CommandIdInterface> getCommandSupportedArr()
public java.util.List<Capability.AttributeId> getAttributes()