phones :: p_sanyo6600 :: historyentry :: Class historyentry
[hide private]
[frames] | no frames]

Class historyentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              historyentry

Instance Methods [hide private]
 
__delfield_date(self) source code
 
__delfield_dunno2(self) source code
 
__delfield_dunno3(self) source code
 
__delfield_name(self) source code
 
__delfield_phonenum(self) source code
 
__delfield_phonenumlen(self) source code
 
__delfield_slot(self) source code
 
__getfield_date(self) source code
 
__getfield_dunno2(self) source code
 
__getfield_dunno3(self) source code
 
__getfield_name(self) source code
 
__getfield_phonenum(self) source code
 
__getfield_phonenumlen(self) source code
 
__getfield_slot(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_date(self, value) source code
 
__setfield_dunno2(self, value) source code
 
__setfield_dunno3(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_phonenum(self, value) source code
 
__setfield_phonenumlen(self, value) source code
 
__setfield_slot(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', 'date', 'phonenumlen', 'phonenum', 'name',...
Properties [hide private]
  date
  dunno2
  dunno3
  name
  phonenum
  phonenumlen
  slot

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',
 'date',
 'phonenumlen',
 'phonenum',
 'name',
 'dunno2',
 'dunno3']

Property Details [hide private]

date

Get Method:
__getfield_date(self)
Set Method:
__setfield_date(self, value)
Delete Method:
__delfield_date(self)

dunno2

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

dunno3

Get Method:
__getfield_dunno3(self)
Set Method:
__setfield_dunno3(self, value)
Delete Method:
__delfield_dunno3(self)

name

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

phonenum

Get Method:
__getfield_phonenum(self)
Set Method:
__setfield_phonenum(self, value)
Delete Method:
__delfield_phonenum(self)

phonenumlen

Get Method:
__getfield_phonenumlen(self)
Set Method:
__setfield_phonenumlen(self, value)
Delete Method:
__delfield_phonenumlen(self)

slot

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