phones :: p_toshibavm4050 :: pbentry :: Class pbentry
[hide private]
[frames] | no frames]

Class pbentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pbentry

Instance Methods [hide private]
 
__delfield_dunno(self) source code
 
__delfield_emails(self) source code
 
__delfield_name(self) source code
 
__delfield_numbers(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pad3(self) source code
 
__delfield_pad5(self) source code
 
__delfield_slot(self) source code
 
__delfield_web_page(self) source code
 
__getfield_dunno(self) source code
 
__getfield_emails(self) source code
 
__getfield_name(self) source code
 
__getfield_numbers(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pad3(self) source code
 
__getfield_pad5(self) source code
 
__getfield_slot(self) source code
 
__getfield_web_page(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_dunno(self, value) source code
 
__setfield_emails(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_numbers(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pad3(self, value) source code
 
__setfield_pad5(self, value) source code
 
__setfield_slot(self, value) source code
 
__setfield_web_page(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 = ['slot', 'pad2', 'pad3', 'name', 'numbers', 'emails...
Properties [hide private]
  dunno
  emails
  name
  numbers
  pad2
  pad3
  pad5
  slot
  web_page

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:
['slot',
 'pad2',
 'pad3',
 'name',
 'numbers',
 'emails',
 'dunno',
 'web_page',
...

Property Details [hide private]

dunno

Get Method:
__getfield_dunno(self)
Set Method:
__setfield_dunno(self, value)
Delete Method:
__delfield_dunno(self)

emails

Get Method:
__getfield_emails(self)
Set Method:
__setfield_emails(self, value)
Delete Method:
__delfield_emails(self)

name

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

numbers

Get Method:
__getfield_numbers(self)
Set Method:
__setfield_numbers(self, value)
Delete Method:
__delfield_numbers(self)

pad2

Get Method:
__getfield_pad2(self)
Set Method:
__setfield_pad2(self, value)
Delete Method:
__delfield_pad2(self)

pad3

Get Method:
__getfield_pad3(self)
Set Method:
__setfield_pad3(self, value)
Delete Method:
__delfield_pad3(self)

pad5

Get Method:
__getfield_pad5(self)
Set Method:
__setfield_pad5(self, value)
Delete Method:
__delfield_pad5(self)

slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)

web_page

Get Method:
__getfield_web_page(self)
Set Method:
__setfield_web_page(self, value)
Delete Method:
__delfield_web_page(self)