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

Class Int16

object --+    
         |    
 Primitive --+
             |
            Int16

The int16 type is a signed integral value encoded using a 16-bit two's complement representation in network byte order.

1 OCTET 1 OCTET +-----------+----------+ | high-byte | low-byte | +-----------+----------+

int16 = high-byte low-byte high-byte = OCTET low-byte = OCTET

Instance Methods

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

Class Variables
  CODE = 17
  NAME = 'int16'
Properties

Inherited from object: __class__