Click or drag to resize

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
)

Parameters

p0
Type: SystemBoolean
To be added.

Return Value

Type: Boolean
boolean true in case of success, false otherwise.
Remarks

Enables or disables the trigger by specifying a boolean

value.

[Android Documentation]

See Also