/tg/ Station 13 - Modules - Types

code/modules/wiremod/core/port.dm

/datum/portA port used by a component. Connects to other ports.
/datum/port/outputAn output port that many input ports can connect to
/datum/port/inputAn input port remembers connected output ports.