phones :: p_toshibavm4050 :: tosh_getpbentryrequest :: Class tosh_getpbentryrequest
[hide private]
[frames] | no frames]

Class tosh_getpbentryrequest

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              tosh_getpbentryrequest

Read an entry from a slot

Instance Methods [hide private]
 
__delfield_cmd(self) source code
 
__delfield_data_type(self) source code
 
__delfield_entry_index(self) source code
 
__delfield_header(self) source code
 
__delfield_pad(self) source code
 
__getfield_cmd(self) source code
 
__getfield_data_type(self) source code
 
__getfield_entry_index(self) source code
 
__getfield_header(self) source code
 
__getfield_pad(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_cmd(self, value) source code
 
__setfield_data_type(self, value) source code
 
__setfield_entry_index(self, value) source code
 
__setfield_header(self, value) source code
 
__setfield_pad(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', 'cmd', 'pad', 'data_type', 'entry_index'...
Properties [hide private]
  cmd
  data_type
  entry_index
  header
  pad

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', 'cmd', 'pad', 'data_type', 'entry_index', 'pad']

Property Details [hide private]

cmd

Get Method:
__getfield_cmd(self)
Set Method:
__setfield_cmd(self, value)
Delete Method:
__delfield_cmd(self)

data_type

Get Method:
__getfield_data_type(self)
Set Method:
__setfield_data_type(self, value)
Delete Method:
__delfield_data_type(self)

entry_index

Get Method:
__getfield_entry_index(self)
Set Method:
__setfield_entry_index(self, value)
Delete Method:
__delfield_entry_index(self)

header

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

pad

Get Method:
__getfield_pad(self)
Set Method:
__setfield_pad(self, value)
Delete Method:
__delfield_pad(self)