Property Class |
Namespace: Com.Datalogic.Device.Configuration
The Property type exposes the following members.
Name | Description | |
---|---|---|
Default | Gets the default value of the Property. | |
Id | Gets the integer value of the unique identifier PropertyID | |
IsReadOnly | Returns whether a Property is read only or not. | |
IsSupported | Returns whether a Property is supported or not. | |
JniPeerMembers | To be added. | |
Name | Gets the name of the unique identifier PropertyID | |
NeedReboot | Returns whether a Property needs a device reboot to be applied or not. | |
Type | Gets the type of the Property. |
Name | Description | |
---|---|---|
FindPropertybyId | Finds the corresponding Property matching the passed ID, in a list of Properties. | |
Get | Gets the current value of the Property. | |
Load | Loads the property with the current set values, through a PropertyGetter. | |
Loadlist | Loads and sync the current set values into all the Properties contained in the passed list. | |
Set | Sets the value of the property. | |
Store | Stores the Property value, applying them. | |
Storelist | Stores and applies all the Properties and their current associated values. |