Node Constructor

Comuna.NET

Node Constructor

Creates a new Node with the given ID.

Namespace:  Comuna.D3
Assembly:  Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntax
C#
public Node(
	uint id,
	uint community = 0
)
Request Example View Source

Parameters

id
Type: SystemUInt32
The id of the node.
community (Optional)
Type: SystemUInt32
The id of the community of this node
See Also