src/network/bindings/modulegen__gcc_ILP32.py
changeset 7788 90ef8839dc5d
parent 7724 df7a2f30d5a8
child 7853 1d8f7c004b89
equal deleted inserted replaced
7786:715b25bff41d 7788:90ef8839dc5d
  4461     ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function]
  4461     ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function]
  4462     cls.add_method('GetTxAvailable', 
  4462     cls.add_method('GetTxAvailable', 
  4463                    'uint32_t', 
  4463                    'uint32_t', 
  4464                    [], 
  4464                    [], 
  4465                    is_pure_virtual=True, is_const=True, is_virtual=True)
  4465                    is_pure_virtual=True, is_const=True, is_virtual=True)
       
  4466     ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function]
       
  4467     cls.add_method('IsRecvPktInfo', 
       
  4468                    'bool', 
       
  4469                    [], 
       
  4470                    is_const=True)
  4466     ## socket.h (module 'network'): int ns3::Socket::Listen() [member function]
  4471     ## socket.h (module 'network'): int ns3::Socket::Listen() [member function]
  4467     cls.add_method('Listen', 
  4472     cls.add_method('Listen', 
  4468                    'int', 
  4473                    'int', 
  4469                    [], 
  4474                    [], 
  4470                    is_pure_virtual=True, is_virtual=True)
  4475                    is_pure_virtual=True, is_virtual=True)