SettingsProviderGetAvailableSettings Method
|
Retrieve all of the setting identifiers for a device.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax HashSet<string> GetAvailableSettings()
Function GetAvailableSettings As HashSet(Of String)
HashSet<String^>^ GetAvailableSettings()
Return Value
HashSetStringSet of identifiers available for a device.
Exceptions Remarks
These are the IDs that may be used as keys for retrieving and updating settings for a device.
GetSettingValue(String)See Also