SelfshoppingLedManagerAcquireLed Method |
To be added.
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 AcquireLed(
int id,
Context context
)
Public Overridable Function AcquireLed (
id As Integer,
context As Context
) As ILed
Parameters
- id
- Type: SystemInt32
To be added. - context
- Type: Context
To be added.
Return Value
Type:
ILedTo be added.
Remarks To be added.
See Also