ITriggerSetEnabled Method |
Enables or disables the trigger by specifying a boolean
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool SetEnabled(
bool p0
)
Function SetEnabled (
p0 As Boolean
) As Boolean
Parameters
- p0
- Type: SystemBoolean
To be added.
Return Value
Type:
Booleanboolean true in case of success, false otherwise.
Remarks See Also