phones :: p_sanyo5600 :: sanyomediafilenameresponse :: Class sanyomediafilenameresponse
[hide private]
[frames] | no frames]

Class sanyomediafilenameresponse

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              sanyomediafilenameresponse

Instance Methods [hide private]
 
__delfield_filename(self) source code
 
__delfield_header(self) source code
 
__delfield_num1(self) source code
 
__delfield_num2(self) source code
 
__delfield_num3(self) source code
 
__delfield_num4(self) source code
 
__delfield_num5(self) source code
 
__delfield_pad1(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pad3(self) source code
 
__delfield_pad4(self) source code
 
__delfield_pad5(self) source code
 
__getfield_filename(self) source code
 
__getfield_header(self) source code
 
__getfield_num1(self) source code
 
__getfield_num2(self) source code
 
__getfield_num3(self) source code
 
__getfield_num4(self) source code
 
__getfield_num5(self) source code
 
__getfield_pad1(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pad3(self) source code
 
__getfield_pad4(self) source code
 
__getfield_pad5(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_filename(self, value) source code
 
__setfield_header(self, value) source code
 
__setfield_num1(self, value) source code
 
__setfield_num2(self, value) source code
 
__setfield_num3(self, value) source code
 
__setfield_num4(self, value) source code
 
__setfield_num5(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pad3(self, value) source code
 
__setfield_pad4(self, value) source code
 
__setfield_pad5(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 = ['header', 'pad1', 'filename', 'num1', 'pad2', 'num...
Properties [hide private]
  filename
  header
  num1
  num2
  num3
  num4
  num5
  pad1
  pad2
  pad3
  pad4
  pad5

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:
['header',
 'pad1',
 'filename',
 'num1',
 'pad2',
 'num2',
 'pad3',
 'num5',
...

Property Details [hide private]

filename

Get Method:
__getfield_filename(self)
Set Method:
__setfield_filename(self, value)
Delete Method:
__delfield_filename(self)

header

Get Method:
__getfield_header(self)
Set Method:
__setfield_header(self, value)
Delete Method:
__delfield_header(self)

num1

Get Method:
__getfield_num1(self)
Set Method:
__setfield_num1(self, value)
Delete Method:
__delfield_num1(self)

num2

Get Method:
__getfield_num2(self)
Set Method:
__setfield_num2(self, value)
Delete Method:
__delfield_num2(self)

num3

Get Method:
__getfield_num3(self)
Set Method:
__setfield_num3(self, value)
Delete Method:
__delfield_num3(self)

num4

Get Method:
__getfield_num4(self)
Set Method:
__setfield_num4(self, value)
Delete Method:
__delfield_num4(self)

num5

Get Method:
__getfield_num5(self)
Set Method:
__setfield_num5(self, value)
Delete Method:
__delfield_num5(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)

pad3

Get Method:
__getfield_pad3(self)
Set Method:
__setfield_pad3(self, value)
Delete Method:
__delfield_pad3(self)

pad4

Get Method:
__getfield_pad4(self)
Set Method:
__setfield_pad4(self, value)
Delete Method:
__delfield_pad4(self)

pad5

Get Method:
__getfield_pad5(self)
Set Method:
__setfield_pad5(self, value)
Delete Method:
__delfield_pad5(self)