SelfshoppingLedManagerAvailableLedEvents Property |
Returns a list of all available LED events, being them predefined or
created by applications.
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<ILedEvent> AvailableLedEvents { get; }
Public Overridable ReadOnly Property AvailableLedEvents As IList(Of ILedEvent)
Get
Property Value
Type:
IListILedEventThe list of available LED events.
Remarks Returns a list of all available LED events, being them predefined or
created by applications.
[Android Documentation]
See Also