Constructor PortType
PortType()
Creates the port and sets the exposed type.
Declaration
public PortType()
PortType(T)
Creates a port with default value.
Declaration
public PortType(T value)
Parameters
| Type | Name | Description | 
|---|---|---|
| T | value | Default value for the data.  |