Simply3DScan
ArduinoConnection.CommandRepresentations Class Reference

Representations of commands and states to control arduino sketch More...

Public Attributes

const int DisableLaserCommand = 100
 The disable laser command More...
 
const int EnableLaserCommand = 101
 The enable laser command More...
 

Package Attributes

const int RotateLaserCwCommand = 110
 The rotate laser clockwise command More...
 
const int RotateLaserCcwCommand = 111
 The rotate laser counterclockwise command More...
 
const int RotateTurnTableCwCommand = 120
 The rotate turn table clockwise command More...
 
const int RotateTurnTableCcwCommand = 121
 The rotate turn table counter clockwise command More...
 
const int EnableLightCommand = 130
 The enable light command More...
 
const int DisableLightCommand = 131
 The disable light command More...
 
const int EnableMicroSteppingCommand = 141
 The enable micro stepping command More...
 
const int DisableMicroSteppingCommand = 142
 The disable micro stepping command More...
 
const int Ping = 201
 Ping constant More...
 
const int ACK = 202
 ACK constant More...
 
const int NACK = 203
 NACK constant More...
 
const int Error = 204
 Error constant More...
 

Detailed Description

Representations of commands and states to control arduino sketch

Definition at line 6 of file CommandRepresentations.cs.

Member Data Documentation

const int ArduinoConnection.CommandRepresentations.ACK = 202
package

ACK constant

Definition at line 60 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.DisableLaserCommand = 100

The disable laser command

Definition at line 11 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.DisableLightCommand = 131
package

The disable light command

Definition at line 42 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.DisableMicroSteppingCommand = 142
package

The disable micro stepping command

Definition at line 51 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.EnableLaserCommand = 101

The enable laser command

Definition at line 15 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.EnableLightCommand = 130
package

The enable light command

Definition at line 38 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.EnableMicroSteppingCommand = 141
package

The enable micro stepping command

Definition at line 47 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.Error = 204
package

Error constant

Definition at line 68 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.NACK = 203
package

NACK constant

Definition at line 64 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.Ping = 201
package

Ping constant

Definition at line 56 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.RotateLaserCcwCommand = 111
package

The rotate laser counterclockwise command

Definition at line 24 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.RotateLaserCwCommand = 110
package

The rotate laser clockwise command

Definition at line 20 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.RotateTurnTableCcwCommand = 121
package

The rotate turn table counter clockwise command

Definition at line 33 of file CommandRepresentations.cs.

const int ArduinoConnection.CommandRepresentations.RotateTurnTableCwCommand = 120
package

The rotate turn table clockwise command

Definition at line 29 of file CommandRepresentations.cs.


The documentation for this class was generated from the following file: