Struct RfidMeasurement#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

public struct RfidMeasurement

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType()

Constructors#

RfidMeasurement(Point2f, ulong)#

public RfidMeasurement(Point2f location, ulong tagId)

Parameters#

location Point2f

tagId ulong

Fields#

Location#

public Point2f Location

Field Value#

Point2f

TagId#

public ulong TagId

Field Value#

ulong

Methods#

ToString()#

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns#

string

The fully qualified type name.