Skip to main content
Version: 2.0.x (Unreleased)

Port.Info

Object used to represent the details of a port.


Properties

Name

public readonly string Name;

  • The name of the port.

Type

public readonly Type Type;

  • The type of payload the port inputs or outputs.

Constructors

Info

public Info(string name, Type type)

  • Initializes a port info object.
  • Parameters:
    • name: The name of the port.
    • type: The type of payload the port inputs or outputs.

Methods

ToString

public override string ToString()

  • Represents the port info as a string.