Click or drag to resize
AntennaPosition Enumeration

Provides the various positions that the LeftAntenna and RightAntenna may be in. Values outside of the allowable range are thrown away and will always default to AntennaPosition.Left.

Namespace: Terrarium.Sdk.Enumerations
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
[SerializableAttribute]
public enum AntennaPosition
Members
  Member nameValueDescription
Left0

The Antenna will be facing Left, this demonstrates a numeric value of 0 when using the AntennaValue property of AntennaState.

Right1

The Antenna will be facing Right, this demonstrates a numeric value of 1 when using the AntennaValue property of AntennaState.

Top2

The Antenna will be facing Up, this demonstrates a numeric value of 2 when using the AntennaValue property of AntennaState.

Bottom3

The Antenna will be facing Down, this demonstrates a numeric value of 3 when using the AntennaValue property of AntennaState.

UpperLeft4

The Antenna will be facing to the Upper Left, this demonstrates a numeric value of 4 when using the AntennaValue property of AntennaState.

UpperRight5

The Antenna will be facing to the Upper Right, this demonstrates a numeric value of 5 when using the AntennaValue property of AntennaState.

BottomLeft6

The Antenna will be facing to the Bottom Left, this demonstrates a numeric value of 6 when using the AntennaValue property of AntennaState.

BottomRight7

The Antenna will be facing to the Bottom Right, this demonstrates a numeric value of 7 when using the AntennaValue property of AntennaState.

Forward8

The Antenna will be facing Forward, this demonstrates a numeric value of 8 when using the AntennaValue property of AntennaState.

Backward9

The Antenna will be facing Backward, this demonstrates a numeric value of 9 when using the AntennaValue property of AntennaState.

See Also