BBBCSIO

The PortDirectionEnum Enum

 

The PortDirectionEnum Enum

The PortDirectionEnum enum defines a port as an input or output. This value is set in the constructor of a port class.

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum PortDirectionEnum
    {
        PORTDIR_INPUT,
        PORTDIR_OUTPUT
    }