Class SystemGraphManager.PortBinding
Description of a port binding, with source port ID and the binding port Id.
Namespace: Mechatronics.SystemGraph
Syntax
public class PortBinding
Fields
bindId
ID to which the target port will bind.
Declaration
public ulong bindId
Field Value
| Type | Description |
|---|---|
| UInt64 |
port
Reference to the port.
Declaration
public Linker.PortReferenceDescriptor port
Field Value
| Type | Description |
|---|---|
| Linker.PortReferenceDescriptor |
portId
ID of the target port in the binding.
Declaration
public ulong portId
Field Value
| Type | Description |
|---|---|
| UInt64 |