Class RelayConnection
Relay node connection data
public class RelayConnection
- Inheritance
-
RelayConnection
- Inherited Members
Constructors
RelayConnection()
public RelayConnection()
Fields
connectionType
Type of connection target
public RelayConnection.ConnectionType connectionType
Field Value
nodeId
Target node GUID (CeresNode or RelayNode)
public string nodeId
Field Value
portId
Target port property name (only used when connectionType is CeresNode)
public string portId
Field Value
portIndex
Target port array index (only used when connectionType is CeresNode)
public int portIndex