phones :: p_samsungsphn400 :: phonebookname :: Class phonebookname
[hide private]
[frames] | no frames]

Class phonebookname

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              phonebookname

Instance Methods [hide private]
 
__delfield_dunno2(self) source code
 
__delfield_name(self) source code
 
__delfield_nonzeroifused(self) source code
 
__delfield_numbers(self) source code
 
__delfield_pad1(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pemail(self) source code
 
__delfield_pspeed(self) source code
 
__delfield_purl(self) source code
 
__delfield_sometimesfive(self) source code
 
__getfield_dunno2(self) source code
 
__getfield_name(self) source code
 
__getfield_nonzeroifused(self) source code
 
__getfield_numbers(self) source code
 
__getfield_pad1(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pemail(self) source code
 
__getfield_pspeed(self) source code
 
__getfield_purl(self) source code
 
__getfield_sometimesfive(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_dunno2(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_nonzeroifused(self, value) source code
 
__setfield_numbers(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pemail(self, value) source code
 
__setfield_pspeed(self, value) source code
 
__setfield_purl(self, value) source code
 
__setfield_sometimesfive(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 = ['pad1', 'nonzeroifused', 'pspeed', 'numbers', 'pem...
Properties [hide private]
  dunno2
  name
  nonzeroifused
  numbers
  pad1
  pad2
  pemail
  pspeed
  purl
  sometimesfive

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:
['pad1',
 'nonzeroifused',
 'pspeed',
 'numbers',
 'pemail',
 'purl',
 'dunno2',
 'name',
...

Property Details [hide private]

dunno2

Get Method:
__getfield_dunno2(self)
Set Method:
__setfield_dunno2(self, value)
Delete Method:
__delfield_dunno2(self)

name

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

nonzeroifused

Get Method:
__getfield_nonzeroifused(self)
Set Method:
__setfield_nonzeroifused(self, value)
Delete Method:
__delfield_nonzeroifused(self)

numbers

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

pad1

Get Method:
__getfield_pad1(self)
Set Method:
__setfield_pad1(self, value)
Delete Method:
__delfield_pad1(self)

pad2

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

pemail

Get Method:
__getfield_pemail(self)
Set Method:
__setfield_pemail(self, value)
Delete Method:
__delfield_pemail(self)

pspeed

Get Method:
__getfield_pspeed(self)
Set Method:
__setfield_pspeed(self, value)
Delete Method:
__delfield_pspeed(self)

purl

Get Method:
__getfield_purl(self)
Set Method:
__setfield_purl(self, value)
Delete Method:
__delfield_purl(self)

sometimesfive

Get Method:
__getfield_sometimesfive(self)
Set Method:
__setfield_sometimesfive(self, value)
Delete Method:
__delfield_sometimesfive(self)