Asset Class

This class represents an asset being tracked by an Asset Tracker.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTracker
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public class Asset : ObservableObject
Inheritance
ObservableObject    Asset

Constructors

Asset Initializes a new instance of the Asset class.

Properties

BearingGets the bearing.
ColorGets the color of the asset. This is an 8 bit RGB value.
DistanceGets the distance.
IndexGets the index of the asset.
LatitudeGets the latitude.
LongitudeGets the longitude.
NameGets the name of the asset.
SituationGets the situation of the asset. This typically applies to dogs.
StatusGets the status of the asset.
TypeGets the type of the asset.

See Also