Click or drag to resize

DeviceNameSuffix Class

Enum defines the possible suffixes for setting the property . This value is added to the property to build a unique device name.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.DeviceNameSuffix

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DeviceNameSuffix : Enum

The DeviceNameSuffix type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyMacAddress
To be added.
Public propertyNicSpecificMacAddress
To be added.
Public propertyNone
No suffix added to PropertyID.
Public propertySerialNumber
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum DeviceNameSuffix defines the possible suffixes for setting the property PropertyID.DEVICE_NAME_SUFFIX. This value is added to the property PropertyID.DEVICE_NAME_BASE to build a unique device name.

[Android Documentation]

See Also