Package Libs :: Module libdatatype :: Class Data
[hide private]
[frames] | no frames]

Class Data

source code

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, type, address, data=None, size=0)
Base Data Class
source code
 
setComment(self, comment) source code
 
setData(self, data) source code
STRING
Print(self)
Return information on the object
source code
Integer
getSize(self)
Return object's size
source code
Integer
getAddress(self)
Return object's address
source code
Method Details [hide private]

Print(self)

source code 

Return information on the object

Returns: STRING
Object information

getSize(self)

source code 

Return object's size

Returns: Integer
Object's Size

getAddress(self)

source code 

Return object's address

Returns: Integer
Object's address