Module port

Module port 

Source

Structs§

InPort
Input port. This structure only allows reading messages. Thus, it cannot inject messages.
OutPort
Output port. This structure can only inject messages. Thus, it cannot read messages.

Traits§

PortVal