DirectionMode
Description
Selects direction of port being configured.
namespace DirectionMode
{
enum Type
{
Input,
Output
};
}
Selects direction of port being configured.
namespace DirectionMode
{
enum Type
{
Input,
Output
};
}