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

Class pbinfo

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pbinfo

Instance Methods [hide private]
 
__delfield_byte1(self) source code
 
__delfield_byte2(self) source code
 
__delfield_byte3(self) source code
 
__delfield_fa(self) source code
 
__delfield_faset(self) source code
 
__getfield_byte1(self) source code
 
__getfield_byte2(self) source code
 
__getfield_byte3(self) source code
 
__getfield_fa(self) source code
 
__getfield_faset(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_byte1(self, value) source code
 
__setfield_byte2(self, value) source code
 
__setfield_byte3(self, value) source code
 
__setfield_fa(self, value) source code
 
__setfield_faset(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 = ['fa', 'faset', 'byte1', 'byte2', 'byte3']
Properties [hide private]
  byte1
  byte2
  byte3
  fa
  faset

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]

byte1

Get Method:
__getfield_byte1(self)
Set Method:
__setfield_byte1(self, value)
Delete Method:
__delfield_byte1(self)

byte2

Get Method:
__getfield_byte2(self)
Set Method:
__setfield_byte2(self, value)
Delete Method:
__delfield_byte2(self)

byte3

Get Method:
__getfield_byte3(self)
Set Method:
__setfield_byte3(self, value)
Delete Method:
__delfield_byte3(self)

fa

Get Method:
__getfield_fa(self)
Set Method:
__setfield_fa(self, value)
Delete Method:
__delfield_fa(self)

faset

Get Method:
__getfield_faset(self)
Set Method:
__setfield_faset(self, value)
Delete Method:
__delfield_faset(self)