phones :: p_moto :: write_pb_req :: Class write_pb_req
[hide private]
[frames] | no frames]

Class write_pb_req

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              write_pb_req

Instance Methods [hide private]
 
__delfield_backlight(self) source code
 
__delfield_command(self) source code
 
__delfield_first_last_enabled(self) source code
 
__delfield_group(self) source code
 
__delfield_icon(self) source code
 
__delfield_index(self) source code
 
__delfield_is_primary(self) source code
 
__delfield_local_type(self) source code
 
__delfield_name(self) source code
 
__delfield_number(self) source code
 
__delfield_number_type(self) source code
 
__delfield_picture_name(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_subfield_index(self) source code
 
__delfield_voice_tag(self) source code
 
__getfield_backlight(self) source code
 
__getfield_command(self) source code
 
__getfield_first_last_enabled(self) source code
 
__getfield_group(self) source code
 
__getfield_icon(self) source code
 
__getfield_index(self) source code
 
__getfield_is_primary(self) source code
 
__getfield_local_type(self) source code
 
__getfield_name(self) source code
 
__getfield_number(self) source code
 
__getfield_number_type(self) source code
 
__getfield_picture_name(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_subfield_index(self) source code
 
__getfield_voice_tag(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_backlight(self, value) source code
 
__setfield_command(self, value) source code
 
__setfield_first_last_enabled(self, value) source code
 
__setfield_group(self, value) source code
 
__setfield_icon(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_is_primary(self, value) source code
 
__setfield_local_type(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_number(self, value) source code
 
__setfield_number_type(self, value) source code
 
__setfield_picture_name(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_subfield_index(self, value) source code
 
__setfield_voice_tag(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', 'index', 'number', 'local_type', 'name'...
Properties [hide private]
  backlight
  command
  first_last_enabled
  group
  icon
  index
  is_primary
  local_type
  name
  number
  number_type
  picture_name
  ringtone
  subfield_index
  voice_tag

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',
 'index',
 'number',
 'local_type',
 'name',
 'number_type',
 'voice_tag',
 'ringtone',
...

Property Details [hide private]

backlight

Get Method:
__getfield_backlight(self)
Set Method:
__setfield_backlight(self, value)
Delete Method:
__delfield_backlight(self)

command

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

first_last_enabled

Get Method:
__getfield_first_last_enabled(self)
Set Method:
__setfield_first_last_enabled(self, value)
Delete Method:
__delfield_first_last_enabled(self)

group

Get Method:
__getfield_group(self)
Set Method:
__setfield_group(self, value)
Delete Method:
__delfield_group(self)

icon

Get Method:
__getfield_icon(self)
Set Method:
__setfield_icon(self, value)
Delete Method:
__delfield_icon(self)

index

Get Method:
__getfield_index(self)
Set Method:
__setfield_index(self, value)
Delete Method:
__delfield_index(self)

is_primary

Get Method:
__getfield_is_primary(self)
Set Method:
__setfield_is_primary(self, value)
Delete Method:
__delfield_is_primary(self)

local_type

Get Method:
__getfield_local_type(self)
Set Method:
__setfield_local_type(self, value)
Delete Method:
__delfield_local_type(self)

name

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

number

Get Method:
__getfield_number(self)
Set Method:
__setfield_number(self, value)
Delete Method:
__delfield_number(self)

number_type

Get Method:
__getfield_number_type(self)
Set Method:
__setfield_number_type(self, value)
Delete Method:
__delfield_number_type(self)

picture_name

Get Method:
__getfield_picture_name(self)
Set Method:
__setfield_picture_name(self, value)
Delete Method:
__delfield_picture_name(self)

ringtone

Get Method:
__getfield_ringtone(self)
Set Method:
__setfield_ringtone(self, value)
Delete Method:
__delfield_ringtone(self)

subfield_index

Get Method:
__getfield_subfield_index(self)
Set Method:
__setfield_subfield_index(self, value)
Delete Method:
__delfield_subfield_index(self)

voice_tag

Get Method:
__getfield_voice_tag(self)
Set Method:
__setfield_voice_tag(self, value)
Delete Method:
__delfield_voice_tag(self)