Boolean
SystemCapabilityType
GetSystemCapability
GetSystemCapability
Boolean
Get the Subscribe
Kind: Instance method of GetSystemCapability
Returns: Boolean
- the KEY_SUBSCRIBE value
SystemCapabilityType
Get the SystemCapabilityType
Kind: Instance method of GetSystemCapability
Returns: SystemCapabilityType
- the KEY_SYSTEM_CAPABILITY_TYPE value
GetSystemCapability
Set the Subscribe
Kind: Instance method of GetSystemCapability
Returns: GetSystemCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
subscribe | Boolean |
Flag to subscribe to updates of the supplied service capability type. If true, the requester will be subscribed. If false, the requester will not be subscribed and be removed as a subscriber if it was previously subscribed. - The desired Subscribe. |
GetSystemCapability
Set the SystemCapabilityType
Kind: Instance method of GetSystemCapability
Returns: GetSystemCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | SystemCapabilityType |
The type of system capability to get more information on - The desired SystemCapabilityType. |