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

Class sms_out

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              sms_out

Instance Methods [hide private]
 
__delfield_callback(self) source code
 
__delfield_index(self) source code
 
__delfield_locked(self) source code
 
__delfield_msg(self) source code
 
__delfield_recipients(self) source code
 
__delfield_saved(self) source code
 
__delfield_timesent(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown3(self) source code
 
__getfield_callback(self) source code
 
__getfield_index(self) source code
 
__getfield_locked(self) source code
 
__getfield_msg(self) source code
 
__getfield_recipients(self) source code
 
__getfield_saved(self) source code
 
__getfield_timesent(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown3(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_callback(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_locked(self, value) source code
 
__setfield_msg(self, value) source code
 
__setfield_recipients(self, value) source code
 
__setfield_saved(self, value) source code
 
__setfield_timesent(self, value) source code
 
__setfield_unknown1(self, value) source code
 
__setfield_unknown3(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 = ['index', 'locked', 'unknown1', 'timesent', 'saved'...
Properties [hide private]
  callback
  index
  locked
  msg
  recipients
  saved
  timesent
  unknown1
  unknown3

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:
['index',
 'locked',
 'unknown1',
 'timesent',
 'saved',
 'msg',
 'unknown3',
 'callback',
...

Property Details [hide private]

callback

Get Method:
__getfield_callback(self)
Set Method:
__setfield_callback(self, value)
Delete Method:
__delfield_callback(self)

index

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

locked

Get Method:
__getfield_locked(self)
Set Method:
__setfield_locked(self, value)
Delete Method:
__delfield_locked(self)

msg

Get Method:
__getfield_msg(self)
Set Method:
__setfield_msg(self, value)
Delete Method:
__delfield_msg(self)

recipients

Get Method:
__getfield_recipients(self)
Set Method:
__setfield_recipients(self, value)
Delete Method:
__delfield_recipients(self)

saved

Get Method:
__getfield_saved(self)
Set Method:
__setfield_saved(self, value)
Delete Method:
__delfield_saved(self)

timesent

Get Method:
__getfield_timesent(self)
Set Method:
__setfield_timesent(self, value)
Delete Method:
__delfield_timesent(self)

unknown1

Get Method:
__getfield_unknown1(self)
Set Method:
__setfield_unknown1(self, value)
Delete Method:
__delfield_unknown1(self)

unknown3

Get Method:
__getfield_unknown3(self)
Set Method:
__setfield_unknown3(self, value)
Delete Method:
__delfield_unknown3(self)