C# Class TSystems.RELOAD.Usage.DisCoRegistrationData

o If the DisCoRegistration is set to "sip_focus_uri", then it contains an Address-of-Record (AoR) as an opaque string and opaque "coordinates" string, that describes the relative network position. o If registration type is set to "sip_focus_node" then it contains the Destination list for the peer and an opaque string "coordinates" describing the focus' relative network position.
Datei anzeigen Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
coordinate string
node_id TSystems.RELOAD.Utils.NodeId

Public Methods

Method Description
DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System

Method Details

DisCoRegistrationData() public method

public DisCoRegistrationData ( string coordinate, NodeId nodeId ) : System
coordinate string
nodeId TSystems.RELOAD.Utils.NodeId
return System

Property Details

coordinate public_oe property

public string coordinate
return string

node_id public_oe property

public NodeId,TSystems.RELOAD.Utils node_id
return TSystems.RELOAD.Utils.NodeId