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

Class OpenReceiveChannel

source code

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

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, 'echo_cancel_type': 4,...
  __hdr_fields__ = ['conference_id', 'passthruparty_id', 'ms_pac...
  __hdr_fmt__ = '<IIIIII'
  __hdr_len__ = 24
Properties [hide private]
  conference_id
  data
  echo_cancel_type
  g723_bitrate
  ms_packet
  passthruparty_id
  payload_capability

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('conference_id', 'I', 0),
 ('passthruparty_id', 'I', 0),
 ('ms_packet', 'I', 0),
 ('payload_capability', 'I', 4),
 ('echo_cancel_type', 'I', 4),
 ('g723_bitrate', 'I', 0))

__hdr_defaults__

Value:
{'conference_id': 0,
 'echo_cancel_type': 4,
 'g723_bitrate': 0,
 'ms_packet': 0,
 'passthruparty_id': 0,
 'payload_capability': 4}

__hdr_fields__

Value:
['conference_id',
 'passthruparty_id',
 'ms_packet',
 'payload_capability',
 'echo_cancel_type',
 'g723_bitrate']