Class TagEventReportInfo
Specifies the configuration of events for the reader to report tag state changes
Inheritance
System.Object
TagEventReportInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class TagEventReportInfo
Properties
NewTagEventModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating new tag event reporting. Use this only when reportNewTagEvent is set to MODERATED.
Declaration
public ushort NewTagEventModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ReportNewTagEvent
Report criteria when a new Tag is visible.
Declaration
public TAG_EVENT_REPORT_TRIGGER ReportNewTagEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| TAG_EVENT_REPORT_TRIGGER |
ReportTagBackToVisibilityEvent
Report criteria when a Tag is back to visibility.
Declaration
public TAG_EVENT_REPORT_TRIGGER ReportTagBackToVisibilityEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| TAG_EVENT_REPORT_TRIGGER |
ReportTagInvisibleEvent
Report criteria when a Tag is invisible.
Declaration
public TAG_EVENT_REPORT_TRIGGER ReportTagInvisibleEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| TAG_EVENT_REPORT_TRIGGER |
TagBackToVisibilityModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating tag back to visibility event reporting. Use this only when reportTagBackToVisibilityEvent is set to MODERATED.
Declaration
public ushort TagBackToVisibilityModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
TagInvisibleEventModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating tag invisible event reporting. Use this only when reportTagInvisibleEvent is set to MODERATED.
Declaration
public ushort TagInvisibleEventModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |