phones :: p_samsungspha900 :: numberentry :: Class numberentry
[hide private]
[frames] | no frames]

Class numberentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              numberentry

Instance Methods [hide private]
 
__delfield_num(self) source code
 
__delfield_numbertype(self) source code
 
__delfield_numlen(self) source code
 
__delfield_pad1(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pos(self) source code
 
__getfield_num(self) source code
 
__getfield_numbertype(self) source code
 
__getfield_numlen(self) source code
 
__getfield_pad1(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pos(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_num(self, value) source code
 
__setfield_numbertype(self, value) source code
 
__setfield_numlen(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pos(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', 'pos', 'numbertype', 'pad2', 'numlen', 'num']
Properties [hide private]
  num
  numbertype
  numlen
  pad1
  pad2
  pos

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

Property Details [hide private]

num

Get Method:
__getfield_num(self)
Set Method:
__setfield_num(self, value)
Delete Method:
__delfield_num(self)

numbertype

Get Method:
__getfield_numbertype(self)
Set Method:
__setfield_numbertype(self, value)
Delete Method:
__delfield_numbertype(self)

numlen

Get Method:
__getfield_numlen(self)
Set Method:
__setfield_numlen(self, value)
Delete Method:
__delfield_numlen(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)

pos

Get Method:
__getfield_pos(self)
Set Method:
__setfield_pos(self, value)
Delete Method:
__delfield_pos(self)