Class RFSurveyEventReportInfo
Specifies the configuration of events for the reader to report RF Survey Data state changes
Inheritance
System.Object
RFSurveyEventReportInfo
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 RFSurveyEventReportInfo
Properties
NewRFSurveyEventModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating new RF Survey event reporting. Use this only when reportNewRFSurveyEvent is set to MODERATED.
Declaration
public ushort NewRFSurveyEventModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ReportNewRFSurveyEvent
Report criteria when a new RF Survey Data is visible.
Declaration
public RFSURVEY_EVENT_REPORT_TRIGGER ReportNewRFSurveyEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| RFSURVEY_EVENT_REPORT_TRIGGER |
ReportRFSurveyInvisibleEvent
Report criteria when a RF Survey Data is invisible.
Declaration
public RFSURVEY_EVENT_REPORT_TRIGGER ReportRFSurveyInvisibleEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| RFSURVEY_EVENT_REPORT_TRIGGER |
ReportTagBackToVisibilityEvent
Report criteria when a RF Survey Data is back to visibility.
Declaration
public RFSURVEY_EVENT_REPORT_TRIGGER ReportTagBackToVisibilityEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| RFSURVEY_EVENT_REPORT_TRIGGER |
RFSurveyBackToVisibilityModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating RF Survey Data back to visibility event reporting. Use this only when reportTagBackToVisibilityEvent is set to MODERATED.
Declaration
public ushort RFSurveyBackToVisibilityModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
RFSurveyInvisibleEventModeratedTimeoutMilliseconds
Timeout in milliseconds for moderating RF Survey Data invisible event reporting. Use this only when reportRFSurveyData InvisibleEvent is set to MODERATED.
Declaration
public ushort RFSurveyInvisibleEventModeratedTimeoutMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |