phones :: p_sanyo4930 :: calleridbuffer :: Class calleridbuffer
[hide private]
[frames] | no frames]

Class calleridbuffer

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              calleridbuffer

Index so that phone can show a name instead of number

Instance Methods [hide private]
 
__delfield_bufsize(self) source code
 
__delfield_comment(self) source code
 
__delfield_items(self) source code
 
__delfield_maxentries(self) source code
 
__delfield_numentries(self) source code
 
__delfield_pad(self) source code
 
__delfield_startcommand(self) source code
 
__getfield_bufsize(self) source code
 
__getfield_comment(self) source code
 
__getfield_items(self) source code
 
__getfield_maxentries(self) source code
 
__getfield_numentries(self) source code
 
__getfield_pad(self) source code
 
__getfield_startcommand(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_bufsize(self, value) source code
 
__setfield_comment(self, value) source code
 
__setfield_items(self, value) source code
 
__setfield_maxentries(self, value) source code
 
__setfield_numentries(self, value) source code
 
__setfield_pad(self, value) source code
 
__setfield_startcommand(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 = ['maxentries', 'startcommand', 'bufsize', 'comment'...
Properties [hide private]
  bufsize
  comment
  items
  maxentries
  numentries
Number phone numbers
  pad
  startcommand
Starting command for R/W buf parts

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:
['maxentries',
 'startcommand',
 'bufsize',
 'comment',
 'numentries',
 'items',
 'pad']

Property Details [hide private]

bufsize

Get Method:
__getfield_bufsize(self)
Set Method:
__setfield_bufsize(self, value)
Delete Method:
__delfield_bufsize(self)

comment

Get Method:
__getfield_comment(self)
Set Method:
__setfield_comment(self, value)
Delete Method:
__delfield_comment(self)

items

Get Method:
__getfield_items(self)
Set Method:
__setfield_items(self, value)
Delete Method:
__delfield_items(self)

maxentries

Get Method:
__getfield_maxentries(self)
Set Method:
__setfield_maxentries(self, value)
Delete Method:
__delfield_maxentries(self)

numentries

Number phone numbers

Get Method:
__getfield_numentries(self)
Set Method:
__setfield_numentries(self, value)
Delete Method:
__delfield_numentries(self)

pad

Get Method:
__getfield_pad(self)
Set Method:
__setfield_pad(self, value)
Delete Method:
__delfield_pad(self)

startcommand

Starting command for R/W buf parts

Get Method:
__getfield_startcommand(self)
Set Method:
__setfield_startcommand(self, value)
Delete Method:
__delfield_startcommand(self)