Nedap.HandheldApi
|
Public Member Functions | |
EpcObservation (EpcCode epc, DateTime timeStamp, int rssi, int readCount) | |
Constructor. | |
override bool | Equals (object obj) |
Equals. | |
override int | GetHashCode () |
Hash code. | |
Properties | |
EpcCode | EpcCode [get, set] |
EPC code. | |
DateTime | TimeStamp [get, set] |
Time stamp. | |
int | RSSI [get, set] |
RSSI. | |
int | Antenna [get, set] |
Antenna. | |
int | ReadCount [get, set] |
Read count in the current read cycle. Since most readcycles will be smaller than one second, only in Session 0 this value will be more than one. |
Nedap.HandheldApi.EpcObservation.EpcObservation | ( | EpcCode | epc, |
DateTime | timeStamp, | ||
int | rssi, | ||
int | readCount | ||
) |
Constructor.
epc | |
timeStamp | |
rssi | |
readCount |
override bool Nedap.HandheldApi.EpcObservation.Equals | ( | object | obj | ) |
Equals.
obj |
override int Nedap.HandheldApi.EpcObservation.GetHashCode | ( | ) |
Hash code.
int Nedap.HandheldApi.EpcObservation.Antenna [get, set] |
Antenna.
EpcCode Nedap.HandheldApi.EpcObservation.EpcCode [get, set] |
EPC code.
int Nedap.HandheldApi.EpcObservation.ReadCount [get, set] |
Read count in the current read cycle. Since most readcycles will be smaller than one second, only in Session 0 this value will be more than one.
int Nedap.HandheldApi.EpcObservation.RSSI [get, set] |
RSSI.
DateTime Nedap.HandheldApi.EpcObservation.TimeStamp [get, set] |
Time stamp.