phones :: p_lgvx9100 :: pnfileentry :: Class pnfileentry
[hide private]
[frames] | no frames]

Class pnfileentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pnfileentry

Instance Methods [hide private]
 
__delfield_blanks(self) source code
 
__delfield_entry_tag(self) source code
 
__delfield_exit_tag(self) source code
 
__delfield_mod_date(self) source code
 
__delfield_pad00(self) source code
 
__delfield_pe_id(self) source code
 
__delfield_phone_number(self) source code
 
__delfield_pn_id(self) source code
 
__delfield_pn_order(self) source code
 
__delfield_type(self) source code
 
__delfield_unk0(self) source code
 
__delfield_unk2(self) source code
 
__getfield_blanks(self) source code
 
__getfield_entry_tag(self) source code
 
__getfield_exit_tag(self) source code
 
__getfield_mod_date(self) source code
 
__getfield_pad00(self) source code
 
__getfield_pe_id(self) source code
 
__getfield_phone_number(self) source code
 
__getfield_pn_id(self) source code
 
__getfield_pn_order(self) source code
 
__getfield_type(self) source code
 
__getfield_unk0(self) source code
 
__getfield_unk2(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_blanks(self, value) source code
 
__setfield_entry_tag(self, value) source code
 
__setfield_exit_tag(self, value) source code
 
__setfield_mod_date(self, value) source code
 
__setfield_pad00(self, value) source code
 
__setfield_pe_id(self, value) source code
 
__setfield_phone_number(self, value) source code
 
__setfield_pn_id(self, value) source code
 
__setfield_pn_order(self, value) source code
 
__setfield_type(self, value) source code
 
__setfield_unk0(self, value) source code
 
__setfield_unk2(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
 
valid(self) 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 = ['entry_tag', 'pad00', 'mod_date', 'unk0', 'pn_id',...
Properties [hide private]
  blanks
  entry_tag
  exit_tag
  mod_date
  pad00
  pe_id
  phone_number
  pn_id
  pn_order
0-based order of this phone within this contact
  type
  unk0
  unk2

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:
['entry_tag',
 'pad00',
 'mod_date',
 'unk0',
 'pn_id',
 'pe_id',
 'pn_order',
 'phone_number',
...

Property Details [hide private]

blanks

Get Method:
__getfield_blanks(self)
Set Method:
__setfield_blanks(self, value)
Delete Method:
__delfield_blanks(self)

entry_tag

Get Method:
__getfield_entry_tag(self)
Set Method:
__setfield_entry_tag(self, value)
Delete Method:
__delfield_entry_tag(self)

exit_tag

Get Method:
__getfield_exit_tag(self)
Set Method:
__setfield_exit_tag(self, value)
Delete Method:
__delfield_exit_tag(self)

mod_date

Get Method:
__getfield_mod_date(self)
Set Method:
__setfield_mod_date(self, value)
Delete Method:
__delfield_mod_date(self)

pad00

Get Method:
__getfield_pad00(self)
Set Method:
__setfield_pad00(self, value)
Delete Method:
__delfield_pad00(self)

pe_id

Get Method:
__getfield_pe_id(self)
Set Method:
__setfield_pe_id(self, value)
Delete Method:
__delfield_pe_id(self)

phone_number

Get Method:
__getfield_phone_number(self)
Set Method:
__setfield_phone_number(self, value)
Delete Method:
__delfield_phone_number(self)

pn_id

Get Method:
__getfield_pn_id(self)
Set Method:
__setfield_pn_id(self, value)
Delete Method:
__delfield_pn_id(self)

pn_order

0-based order of this phone within this contact

Get Method:
__getfield_pn_order(self)
Set Method:
__setfield_pn_order(self, value)
Delete Method:
__delfield_pn_order(self)

type

Get Method:
__getfield_type(self)
Set Method:
__setfield_type(self, value)
Delete Method:
__delfield_type(self)

unk0

Get Method:
__getfield_unk0(self)
Set Method:
__setfield_unk0(self, value)
Delete Method:
__delfield_unk0(self)

unk2

Get Method:
__getfield_unk2(self)
Set Method:
__setfield_unk2(self, value)
Delete Method:
__delfield_unk2(self)