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.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public class Asset : ObservableObjectVB
Public Class Asset
Inherits ObservableObjectC++
public ref class Asset : public ObservableObjectF#
type Asset =
class
inherit ObservableObject
end- Inheritance
- ObservableObject Asset
Constructors
| Asset | Initializes a new instance of the Asset class. |
Properties
| Bearing | Gets the bearing. |
| Color | Gets the color of the asset. This is an 8 bit 3-3-2 RGB value. |
| Distance | Gets the distance. |
| Index | Gets the index of the asset. |
| Latitude | Gets the latitude. |
| Longitude | Gets the longitude. |
| Name | Gets the name of the asset. |
| Situation | Gets the situation of the asset. This typically applies to dogs. |
| Status | Gets the status of the asset. |
| Type | Gets the type of the asset. |