phones :: p_lgvx8300 :: _gen_p_lgvx8300_267 :: Class _gen_p_lgvx8300_267
[hide private]
[frames] | no frames]

Class _gen_p_lgvx8300_267

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              _gen_p_lgvx8300_267

Anonymous inner class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_gen_p_lgvx8300_267__delfield_msglength(self) source code
 
_gen_p_lgvx8300_267__getfield_msglength(self) source code
 
_gen_p_lgvx8300_267__setfield_msglength(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]
  _gen_p_lgvx8300_267__fields = ['msglength']
Properties [hide private]
  msglength
lengths of individual messages in septets

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]

msglength

lengths of individual messages in septets

Get Method:
_gen_p_lgvx8300_267__getfield_msglength(self)
Set Method:
_gen_p_lgvx8300_267__setfield_msglength(self, value)
Delete Method:
_gen_p_lgvx8300_267__delfield_msglength(self)