Zebra RFID SDK Xamarin
All Classes Namespaces Functions Enumerations Properties
Properties | List of all members
ZebraRfidSdk.StopTriggerConfiguration Class Reference

This class provides reader stop-trigger configuration. More...

Properties

bool StopOnHandheldTrigger [get, set]
 Gets or sets a value of stop trigger on handheld trigger. handheld trigger. More...
 
TriggerType TriggerType [get, set]
 Gets or sets the type of the trigger. More...
 
bool StopOnTagCount [get, set]
 Gets or sets a value of stop trigger on tag count. More...
 
int StopTagCount [get, set]
 Gets or sets the stop tag count. More...
 
bool StopOnTimeout [get, set]
 Gets or sets a value of stop trigger on timeout. More...
 
int StopTimeout [get, set]
 Gets or sets the stop timeout. More...
 
bool StopOnInventoryCount [get, set]
 Gets or sets a value of stop trigger on inventory count. More...
 
int StopInventoryCount [get, set]
 Gets or sets the stop inventory count. More...
 
bool StopOnAccessCount [get, set]
 Gets or sets a value of stop trigger on access count. More...
 
int StopAccessCount [get, set]
 Gets or sets the stop access count. More...
 
int DurationMilliSecond [get]
 Gets the duration milli second. More...
 

Detailed Description

This class provides reader stop-trigger configuration.

Property Documentation

◆ DurationMilliSecond

int ZebraRfidSdk.StopTriggerConfiguration.DurationMilliSecond
get

Gets the duration milli second.

The duration milli second.

◆ StopAccessCount

int ZebraRfidSdk.StopTriggerConfiguration.StopAccessCount
getset

Gets or sets the stop access count.

The stop access count.

◆ StopInventoryCount

int ZebraRfidSdk.StopTriggerConfiguration.StopInventoryCount
getset

Gets or sets the stop inventory count.

The stop inventory count.

◆ StopOnAccessCount

bool ZebraRfidSdk.StopTriggerConfiguration.StopOnAccessCount
getset

Gets or sets a value of stop trigger on access count.

true if stop on access count, false.

otherwise

◆ StopOnHandheldTrigger

bool ZebraRfidSdk.StopTriggerConfiguration.StopOnHandheldTrigger
getset

Gets or sets a value of stop trigger on handheld trigger. handheld trigger.

true if stop on handheld trigger; otherwise, false.

◆ StopOnInventoryCount

bool ZebraRfidSdk.StopTriggerConfiguration.StopOnInventoryCount
getset

Gets or sets a value of stop trigger on inventory count.

true if stop on inventory count, false.

otherwise

◆ StopOnTagCount

bool ZebraRfidSdk.StopTriggerConfiguration.StopOnTagCount
getset

Gets or sets a value of stop trigger on tag count.

true if stop on tag count; otherwise, false.

◆ StopOnTimeout

bool ZebraRfidSdk.StopTriggerConfiguration.StopOnTimeout
getset

Gets or sets a value of stop trigger on timeout.

true if stop on timeout; otherwise, false.

◆ StopTagCount

int ZebraRfidSdk.StopTriggerConfiguration.StopTagCount
getset

Gets or sets the stop tag count.

The stop tag count.

◆ StopTimeout

int ZebraRfidSdk.StopTriggerConfiguration.StopTimeout
getset

Gets or sets the stop timeout.

The stop timeout.

◆ TriggerType

TriggerType ZebraRfidSdk.StopTriggerConfiguration.TriggerType
getset

Gets or sets the type of the trigger.

The type of the trigger.


The documentation for this class was generated from the following file: