phones :: p_lglx5450 :: msg_record :: Class msg_record
[hide private]
[frames] | no frames]

Class msg_record

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              msg_record

Instance Methods [hide private]
 
__delfield_binary(self) source code
 
__delfield_length(self) source code
 
__delfield_msg(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown3(self) source code
 
__delfield_unknown4(self) source code
 
__delfield_unknown6(self) source code
 
__getfield_binary(self) source code
 
__getfield_length(self) source code
 
__getfield_msg(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown3(self) source code
 
__getfield_unknown4(self) source code
 
__getfield_unknown6(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_binary(self, value) source code
 
__setfield_length(self, value) source code
 
__setfield_msg(self, value) source code
 
__setfield_unknown1(self, value) source code
 
__setfield_unknown3(self, value) source code
 
__setfield_unknown4(self, value) source code
 
__setfield_unknown6(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 = ['unknown1', 'binary', 'unknown3', 'unknown4', 'unk...
Properties [hide private]
  binary
  length
  msg
  unknown1
  unknown3
  unknown4
  unknown6

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:
['unknown1',
 'binary',
 'unknown3',
 'unknown4',
 'unknown6',
 'length',
 'msg']

Property Details [hide private]

binary

Get Method:
__getfield_binary(self)
Set Method:
__setfield_binary(self, value)
Delete Method:
__delfield_binary(self)

length

Get Method:
__getfield_length(self)
Set Method:
__setfield_length(self, value)
Delete Method:
__delfield_length(self)

msg

Get Method:
__getfield_msg(self)
Set Method:
__setfield_msg(self, value)
Delete Method:
__delfield_msg(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)

unknown4

Get Method:
__getfield_unknown4(self)
Set Method:
__setfield_unknown4(self, value)
Delete Method:
__delfield_unknown4(self)

unknown6

Get Method:
__getfield_unknown6(self)
Set Method:
__setfield_unknown6(self, value)
Delete Method:
__delfield_unknown6(self)