Package dpkt :: Module sccp :: Class StartMediaTransmission
[hide private]
[frames] | no frames]

Class StartMediaTransmission

source code

object --+        
         |        
   ??.Temp --+    
             |    
   dpkt.Packet --+
                 |
                StartMediaTransmission

Instance Methods [hide private]

Inherited from dpkt.Packet: __bytes__, __getitem__, __init__, __len__, __repr__, __str__, pack, pack_hdr, unpack

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __byte_order__ = '<'
  __hdr__ = (('conference_id', 'I', 0), ('passthruparty_id', 'I'...
  __hdr_defaults__ = {'conference_id': 0, 'g723_bitrate': 0, 'ma...
  __hdr_fields__ = ['conference_id', 'passthruparty_id', 'remote...
  __hdr_fmt__ = '<II4sIIIIIII'
  __hdr_len__ = 40
Properties [hide private]
  conference_id
  data
  g723_bitrate
  max_frames_per_pkt
  ms_packet
  passthruparty_id
  payload_capability
  precedence
  remote_ip
  remote_port
  silence_suppression

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('conference_id', 'I', 0),
 ('passthruparty_id', 'I', 0),
 ('remote_ip', '4s', ''),
 ('remote_port', 'I', 0),
 ('ms_packet', 'I', 0),
 ('payload_capability', 'I', 4),
 ('precedence', 'I', 0),
 ('silence_suppression', 'I', 0),
...

__hdr_defaults__

Value:
{'conference_id': 0,
 'g723_bitrate': 0,
 'max_frames_per_pkt': 1,
 'ms_packet': 0,
 'passthruparty_id': 0,
 'payload_capability': 4,
 'precedence': 0,
 'remote_ip': '',
...

__hdr_fields__

Value:
['conference_id',
 'passthruparty_id',
 'remote_ip',
 'remote_port',
 'ms_packet',
 'payload_capability',
 'precedence',
 'silence_suppression',
...