A Sandcastle Documented Class Library
TagResponse Constructor (IListOperation, String, NullableUInt16, NullableUInt16, Int32, Double, Double, Double) |
Constructor.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public TagResponse( IList<Operation> operations, string epc, Nullable<ushort> crc = null, Nullable<ushort> pc = null, int antennaID = 0, double frequency = NaN, double rssi = NaN, double phase = NaN )
Public Sub New ( operations As IList(Of Operation), epc As String, Optional crc As Nullable(Of UShort) = Nothing, Optional pc As Nullable(Of UShort) = Nothing, Optional antennaID As Integer = 0, Optional frequency As Double = NaN, Optional rssi As Double = NaN, Optional phase As Double = NaN )
public: TagResponse( IList<Operation^>^ operations, String^ epc, Nullable<unsigned short> crc = nullptr, Nullable<unsigned short> pc = nullptr, int antennaID = 0, double frequency = NaN, double rssi = NaN, double phase = NaN )
new : operations : IList<Operation> * epc : string * ?crc : Nullable<uint16> * ?pc : Nullable<uint16> * ?antennaID : int * ?frequency : float * ?rssi : float * ?phase : float (* Defaults: let _crc = defaultArg crc null let _pc = defaultArg pc null let _antennaID = defaultArg antennaID 0 let _frequency = defaultArg frequency NaN let _rssi = defaultArg rssi NaN let _phase = defaultArg phase NaN *) -> TagResponse
Parameters
- operations
- Type: System.Collections.GenericIListOperation
List of operations. - epc
- Type: SystemString
EPC of the Tag - crc (Optional)
- Type: SystemNullableUInt16
EPC CRC. - pc (Optional)
- Type: SystemNullableUInt16
EPC PC. - antennaID (Optional)
- Type: SystemInt32
Antenna used to find tag. - frequency (Optional)
- Type: SystemDouble
Frequency used to find tag. - rssi (Optional)
- Type: SystemDouble
RSSI of tag response. - phase (Optional)
- Type: SystemDouble
Phase of tag response.
See Also