AccessEngine :: AEDevice :: AEDeviceEvent :: AEDeviceEvent :: Class AEDeviceEvent
[hide private]
[frames] | no frames]

Class AEDeviceEvent

source code

object --+
         |
        AEDeviceEvent

Base type for indicating IO events to monitors such that a monitor may select whether to monitor input, output, both, or neither based on this type and its subtypes.

The cmd attribute of an instance of this class should be considered public readable.

Instance Methods [hide private]
 
__init__(self, cmd)
Stores the command constant.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
object cmd
Command constant for this event
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cmd)
(Constructor)

source code 
Stores the command constant.
Parameters:
  • cmd (object) - Command constant for this event
Overrides: object.__init__