SelfshoppingLedManagerGetLed Method |
Retrieves a LED 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 ILed GetLed(
int id
)
Public Overridable Function GetLed (
id As Integer
) As ILed
Parameters
- id
- Type: SystemInt32
- The ID of the LED to retrieve.
Return Value
Type:
ILedThe
ILed instance associated with this ID if it
exists,
null otherwise.
Remarks Retrieves a LED given its ID. This method always returns the given
LED if the ID is correct, however any control on the LED is not
guaranteed to work if the LED is already used for other operations,
such as running LED events.
[Android Documentation]
See Also