RPICSIO

The FSPortDirectionEnum Enum

 

The FSPortDirectionEnum Enum

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

 

Source Code

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

 

Syntax

    public enum FSPortDirectionEnum
    {
        PORTDIR_INPUT,
        PORTDIR_OUTPUT,
        PORTDIR_INPUTOUTPUT
    }