Click or drag to resize
SelfshoppingLedManagerGetLed Method
Retrieves a LED given its ID.

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 ILed GetLed(
	int id
)

Parameters

id
Type: SystemInt32
- The ID of the LED to retrieve.

Return Value

Type: ILed
The 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