Click or drag to resize
SelfshoppingLedManagerAvailableLeds Property
Returns a list of all available LEDs on this device.

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual IList<ILed> AvailableLeds { get; }

Property Value

Type: IListILed
The list of available LEDs.
Remarks

Returns a list of all available LEDs on this device.

[Android Documentation]

See Also