Class Person
Class for the person element of a presence element. See RFC 4479.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class Person
Constructors
| Edit this page View SourcePerson()
Default constructor.
Declaration
public Person()
Fields
| Edit this page View Sourcegeopriv
Contains the location information.
Declaration
public GeoPriv geopriv
Field Value
Type | Description |
---|---|
GeoPriv |
id
Identifies the person.
Declaration
public string id
Field Value
Type | Description |
---|---|
string |
timestamp
Timestamp for the location of the person.
Declaration
public DateTime timestamp
Field Value
Type | Description |
---|---|
DateTime |