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

Class iceentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              iceentry

ICE index entries

Instance Methods [hide private]
 
__delfield_dontcare(self) source code
 
__delfield_entry_assigned(self) source code
 
__delfield_entry_number(self) source code
 
__delfield_pb_index(self) source code
 
__getfield_dontcare(self) source code
 
__getfield_entry_assigned(self) source code
 
__getfield_entry_number(self) source code
 
__getfield_pb_index(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_dontcare(self, value) source code
 
__setfield_entry_assigned(self, value) source code
 
__setfield_entry_number(self, value) source code
 
__setfield_pb_index(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_assigned', 'entry_number', 'pb_index', 'don...
Properties [hide private]
  dontcare
  entry_assigned
0 if not assigned, 1 if assigned
  entry_number
0-based ICE entry number when assigned, 0xffff if unassigned
  pb_index
0-based phone book entry number

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_assigned', 'entry_number', 'pb_index', 'dontcare']

Property Details [hide private]

dontcare

Get Method:
__getfield_dontcare(self)
Set Method:
__setfield_dontcare(self, value)
Delete Method:
__delfield_dontcare(self)

entry_assigned

0 if not assigned, 1 if assigned

Get Method:
__getfield_entry_assigned(self)
Set Method:
__setfield_entry_assigned(self, value)
Delete Method:
__delfield_entry_assigned(self)

entry_number

0-based ICE entry number when assigned, 0xffff if unassigned

Get Method:
__getfield_entry_number(self)
Set Method:
__setfield_entry_number(self, value)
Delete Method:
__delfield_entry_number(self)

pb_index

0-based phone book entry number

Get Method:
__getfield_pb_index(self)
Set Method:
__setfield_pb_index(self, value)
Delete Method:
__delfield_pb_index(self)