Class RFSurveyData
Represents RFID RF Survey Data
Inheritance
System.Object
RFSurveyData
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 RFSurveyData
Constructors
RFSurveyData()
Constructor
Declaration
public RFSurveyData()
Fields
SeenTime
Represents the RF Survey data Seen time. This can be either Uptime or UTC time at any point of time
Declaration
public SeenTime SeenTime
Field Value
| Type | Description |
|---|---|
| SeenTime |
Properties
AveragePeakRSSI
Indicates Average PeakRSSI Info
Declaration
public short AveragePeakRSSI { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
BandWidth
Gets the BandWidth
Declaration
public uint BandWidth { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Frequency
Gets the Frequency
Declaration
public uint Frequency { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
PeakRSSI
Indicates PeakRSSI Info
Declaration
public short PeakRSSI { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |