Package nxt :: Module sensor :: Class CommandState

Class CommandState

source code

object --+
         |
        CommandState

Namespace for enumeration of the command state of sensors

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  OFF = 0
  SINGLE_SHOT = 1
  CONTINUOUS_MEASUREMENT = 2
  EVENT_CAPTURE = 3
  REQUEST_WARM_RESET = 4
Properties

Inherited from object: __class__