Class HeldDevice
Class for specifying a device to request the location for. See RFC 6155.
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class HeldDevice
Remarks
Note: Sections 3.3, 3.4, 3.6, 3.7 and 3.8 of RFC 6155 have not been implemented because these sections specify functionality that is not yet required.
Fields
| Edit this page View Sourceip
Specifies the IP address of the device. See Section 3.1 of RFC 6155.
Declaration
public HeldIp ip
Field Value
Type | Description |
---|---|
HeldIp |
mac
Specifies the MAC address of the device. See Section 3.2 of RFC 6155.
Declaration
public string mac
Field Value
Type | Description |
---|---|
string |
uri
Specifies the URI of the device. May be a sip, sips or a tel style URI. See Section 3.5 of RFC 6155.
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |