Package qpid :: Module ops :: Class track
[frames] | no frames]

Class track

object --+    
         |    
      Enum --+
             |
            track



control -- None

  The track used for all controls. All controls defined in this
  specification MUST be sent on track 0.

command -- None

  The track used for all commands. All commands defined in this
  specification MUST be sent on track 1.

Instance Methods

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

Class Variables
  NAME = 'track'
  TYPE = 'uint8'
  VALUES = [0, 1]
  command = 1
  control = 0
Properties

Inherited from object: __class__