phones :: p_lgpm325 :: firmwareresponse :: Class firmwareresponse
[hide private]
[frames] | no frames]

Class firmwareresponse

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              firmwareresponse

Instance Methods [hide private]
 
__delfield_command(self) source code
 
__delfield_date1(self) source code
 
__delfield_date2(self) source code
 
__delfield_dunno(self) source code
 
__delfield_firmware(self) source code
 
__delfield_time1(self) source code
 
__delfield_time2(self) source code
 
__getfield_command(self) source code
 
__getfield_date1(self) source code
 
__getfield_date2(self) source code
 
__getfield_dunno(self) source code
 
__getfield_firmware(self) source code
 
__getfield_time1(self) source code
 
__getfield_time2(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_command(self, value) source code
 
__setfield_date1(self, value) source code
 
__setfield_date2(self, value) source code
 
__setfield_dunno(self, value) source code
 
__setfield_firmware(self, value) source code
 
__setfield_time1(self, value) source code
 
__setfield_time2(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 = ['command', 'date1', 'time1', 'date2', 'time2', 'fi...
Properties [hide private]
  command
  date1
  date2
  dunno
  firmware
  time1
  time2

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:
['command', 'date1', 'time1', 'date2', 'time2', 'firmware', 'dunno']

Property Details [hide private]

command

Get Method:
__getfield_command(self)
Set Method:
__setfield_command(self, value)
Delete Method:
__delfield_command(self)

date1

Get Method:
__getfield_date1(self)
Set Method:
__setfield_date1(self, value)
Delete Method:
__delfield_date1(self)

date2

Get Method:
__getfield_date2(self)
Set Method:
__setfield_date2(self, value)
Delete Method:
__delfield_date2(self)

dunno

Get Method:
__getfield_dunno(self)
Set Method:
__setfield_dunno(self, value)
Delete Method:
__delfield_dunno(self)

firmware

Get Method:
__getfield_firmware(self)
Set Method:
__setfield_firmware(self, value)
Delete Method:
__delfield_firmware(self)

time1

Get Method:
__getfield_time1(self)
Set Method:
__setfield_time1(self, value)
Delete Method:
__delfield_time1(self)

time2

Get Method:
__getfield_time2(self)
Set Method:
__setfield_time2(self, value)
Delete Method:
__delfield_time2(self)