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