Nedap.HandheldApi
Public Member Functions | Properties
Nedap.HandheldApi.EpcObservation Class Reference

List of all members.

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.

Constructor & Destructor Documentation

Nedap.HandheldApi.EpcObservation.EpcObservation ( EpcCode  epc,
DateTime  timeStamp,
int  rssi,
int  readCount 
)

Constructor.

Parameters:
epc
timeStamp
rssi
readCount

Member Function Documentation

override bool Nedap.HandheldApi.EpcObservation.Equals ( object  obj)

Equals.

Parameters:
obj
Returns:
override int Nedap.HandheldApi.EpcObservation.GetHashCode ( )

Hash code.

Returns:

Property Documentation

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.