Peach :: Generators :: data :: AsInt4x4 :: Class AsInt4x4
[hide private]

Class AsInt4x4

source code


Specify the high and low parts of an Int8

Instance Methods [hide private]
 
__init__(self, group, high, low, isLittleEndian=1) source code
 
next(self) source code
 
getRawValue(self) source code
 
reset(self) source code
Method Details [hide private]

__init__(self, group, high, low, isLittleEndian=1)
(Constructor)

source code 
Parameters:
  • group (Group) - [optional] Group for this generator
  • high (Generator) - High portion of octet
  • low (Generator) - Low portion of octet
  • isLittleEndian (number) - 1 for little, 0 for big