Asset Class
This class represents an asset being tracked by an
Asset Tracker.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTrackerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
public class Asset : ObservableObject
Public Class Asset
Inherits ObservableObject
public ref class Asset : public ObservableObject
type Asset =
class
inherit ObservableObject
end
- Inheritance
- ObservableObject Asset
| Asset |
Initializes a new instance of the Asset class.
|
| Bearing | Gets the bearing. |
| Color | Gets the color of the asset. This is an 8 bit 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. |