Class Device
Class for the device element of a presence element. See RFC 4479.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class Device
  Constructors
| Edit this page View SourceDevice()
Default constructor
Declaration
public Device()
  Fields
| Edit this page View SourcedevicdID
Device ID. URI that is globally and temporally unique identifier for the device.
Declaration
public string devicdID
  Field Value
| Type | Description | 
|---|---|
| string | 
geopriv
Contains the location information.
Declaration
public GeoPriv geopriv
  Field Value
| Type | Description | 
|---|---|
| GeoPriv | 
id
Instance identifier of the device.
Declaration
public string id
  Field Value
| Type | Description | 
|---|---|
| string | 
timestamp
Timestamp for the location of the device.
Declaration
public DateTime timestamp
  Field Value
| Type | Description | 
|---|---|
| DateTime |