DLCradleManagerIsLedSupported Method |
Checks if a specific LED is supported by the cradle.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual bool IsLedSupported (Com.Datalogic.Cradle.CradleLed id);
Public Virtual Boolean IsLedSupported (Com.Datalogic.Cradle.CradleLed id);
Parameters
- id
- Type: Com.Datalogic.Cradle.CradleLed
The CradleLed representing the LED to be checked.
Return Value
Type: System.Boolean
true if the LED is supported, false otherwise.
Remarks
Checks if a specific LED is supported by the cradle.
This method verifies whether the cradle supports a specific LED identified by its ID.
[Android Documentation]
See Also