SelfshoppingLedManagerGetLedEvent Method |
Retrieves a LED event given its ID.
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 ILedEvent GetLedEvent(
int id
)
Public Overridable Function GetLedEvent (
id As Integer
) As ILedEvent
Parameters
- id
- Type: SystemInt32
- The ID of the LED event to retrieve.
Return Value
Type:
ILedEventThe
ILedEvent
instance associated with this ID if it exists,
null otherwise.
Remarks See Also