SelfshoppingLedManagerAvailableLeds Property |
Returns a list of all available LEDs on this device.
Namespace: Com.Datalogic.Extension.Selfshopping.LedAssembly: 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; }
Public Overridable ReadOnly Property AvailableLeds As IList(Of ILed)
Get
Property Value
Type:
IListILedThe list of available LEDs.
Remarks See Also