phones :: p_lgvx8500 :: t9udbfile :: Class t9udbfile
[hide private]
[frames] | no frames]

Class t9udbfile

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              t9udbfile

Instance Methods [hide private]
 
__delfield_A0(self) source code
 
__delfield_blocks(self) source code
 
__delfield_extra_cnt(self) source code
 
__delfield_extras(self) source code
 
__delfield_file_length(self) source code
 
__delfield_free_space(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown2(self) source code
 
__delfield_unknown3(self) source code
 
__delfield_unknown4(self) source code
 
__delfield_word_count(self) source code
 
__getfield_A0(self) source code
 
__getfield_blocks(self) source code
 
__getfield_extra_cnt(self) source code
 
__getfield_extras(self) source code
 
__getfield_file_length(self) source code
 
__getfield_free_space(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown2(self) source code
 
__getfield_unknown3(self) source code
 
__getfield_unknown4(self) source code
 
__getfield_word_count(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_A0(self, value) source code
 
__setfield_blocks(self, value) source code
 
__setfield_extra_cnt(self, value) source code
 
__setfield_extras(self, value) source code
 
__setfield_file_length(self, value) source code
 
__setfield_free_space(self, value) source code
 
__setfield_unknown1(self, value) source code
 
__setfield_unknown2(self, value) source code
 
__setfield_unknown3(self, value) source code
 
__setfield_unknown4(self, value) source code
 
__setfield_word_count(self, value) source code
 
_update(self, args, kwargs) source code
 
containerelements(self) source code
 
getfields(self) source code
 
iscontainer(self)
Do we contain fields?
source code
 
readfrombuffer(self, buf, autolog=True, logtitle='<read data>')
Reads this packet from the supplied buffer
source code
 
writetobuffer(self, buf, autolog=True, logtitle='<written data>')
Writes this packet to the supplied buffer
source code

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, getvalue, packetsize, packetspan, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __fields = ['file_length', 'unknown1', 'word_count', 'unknown2...
Properties [hide private]
  A0
  blocks
  extra_cnt
  extras
  file_length
  free_space
  unknown1
  unknown2
  unknown3
  unknown4
  word_count

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

iscontainer(self)

source code 

Do we contain fields?

Overrides: prototypes.BaseProtogenClass.iscontainer
(inherited documentation)

readfrombuffer(self, buf, autolog=True, logtitle='<read data>')

source code 

Reads this packet from the supplied buffer

Overrides: prototypes.BaseProtogenClass.readfrombuffer

writetobuffer(self, buf, autolog=True, logtitle='<written data>')

source code 

Writes this packet to the supplied buffer

Overrides: prototypes.BaseProtogenClass.writetobuffer

Class Variable Details [hide private]

__fields

Value:
['file_length',
 'unknown1',
 'word_count',
 'unknown2',
 'free_space',
 'unknown3',
 'extra_cnt',
 'unknown4',
...

Property Details [hide private]

A0

Get Method:
__getfield_A0(self)
Set Method:
__setfield_A0(self, value)
Delete Method:
__delfield_A0(self)

blocks

Get Method:
__getfield_blocks(self)
Set Method:
__setfield_blocks(self, value)
Delete Method:
__delfield_blocks(self)

extra_cnt

Get Method:
__getfield_extra_cnt(self)
Set Method:
__setfield_extra_cnt(self, value)
Delete Method:
__delfield_extra_cnt(self)

extras

Get Method:
__getfield_extras(self)
Set Method:
__setfield_extras(self, value)
Delete Method:
__delfield_extras(self)

file_length

Get Method:
__getfield_file_length(self)
Set Method:
__setfield_file_length(self, value)
Delete Method:
__delfield_file_length(self)

free_space

Get Method:
__getfield_free_space(self)
Set Method:
__setfield_free_space(self, value)
Delete Method:
__delfield_free_space(self)

unknown1

Get Method:
__getfield_unknown1(self)
Set Method:
__setfield_unknown1(self, value)
Delete Method:
__delfield_unknown1(self)

unknown2

Get Method:
__getfield_unknown2(self)
Set Method:
__setfield_unknown2(self, value)
Delete Method:
__delfield_unknown2(self)

unknown3

Get Method:
__getfield_unknown3(self)
Set Method:
__setfield_unknown3(self, value)
Delete Method:
__delfield_unknown3(self)

unknown4

Get Method:
__getfield_unknown4(self)
Set Method:
__setfield_unknown4(self, value)
Delete Method:
__delfield_unknown4(self)

word_count

Get Method:
__getfield_word_count(self)
Set Method:
__setfield_word_count(self, value)
Delete Method:
__delfield_word_count(self)