Static Public Attributes | List of all members
CodeOrientation Class Reference

Directions that a four state code may have. More...

Inherits object.

Static Public Attributes

int Fence = 1
 Bars are aligned vertically. More...
 
int FenceOrLadder = 3
 Bars may be aligned vertically or horizontally. More...
 
int Ladder = 2
 Bars are aligned horizontally. More...
 

Detailed Description

Directions that a four state code may have.

Member Data Documentation

◆ Fence

int Fence = 1
static

Bars are aligned vertically.

◆ FenceOrLadder

int FenceOrLadder = 3
static

Bars may be aligned vertically or horizontally.

◆ Ladder

int Ladder = 2
static

Bars are aligned horizontally.