BarcodeScannerCapabilities.IsSoftwareTriggerSupported Property

Definition

Indicates whether the barcode scanner supports the software trigger functionality.

public:
 property bool IsSoftwareTriggerSupported { bool get(); };
bool IsSoftwareTriggerSupported();
public bool IsSoftwareTriggerSupported { get; }
var boolean = barcodeScannerCapabilities.isSoftwareTriggerSupported;
Public ReadOnly Property IsSoftwareTriggerSupported As Boolean

Property Value

Boolean

bool

True if the software trigger is supported; otherwise, false.

Applies to