Trees | Indices | Help |
---|
|
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 |
Class Variables | |
CODE = 17
|
|
NAME =
|
Properties | |
Inherited from |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 7 17:56:01 2010 | http://epydoc.sourceforge.net |