Click or drag to resize

EnumPropertyGetEnumConstants Method

Returns the allowed elements of the Enum.

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 virtual Object[] GetEnumConstants()

Return Value

Type: Object

[Missing <returns> documentation for "M:Com.Datalogic.Device.Configuration.EnumProperty.GetEnumConstants"]

Remarks

Returns the allowed elements of the Enum. The allowed values of the Enum can be profiled based on the model and sku of the device,

[Android Documentation]

See Also