Socket class this class umplements the interface to the libpcap/wireshark application. More...
Public Member Functions | |
def | __tx__ |
periodically send data retrived from the input device (a instance of PcapFile or PcapFile). | |
def | close |
closing the socket | |
def | open |
conctructor | |
Data Fields | |
InputDev | |
sockname | |
TxSocket | |
TxThread |
Socket class this class umplements the interface to the libpcap/wireshark application.
Definition at line 51 of file ieee802154_socket.py.
def ieee802154_socket::SocketOut::__tx__ | ( | self | ) |
periodically send data retrived from the input device (a instance of PcapFile or PcapFile).
Definition at line 74 of file ieee802154_socket.py.
def ieee802154_socket::SocketOut::close | ( | self | ) |
closing the socket
Definition at line 66 of file ieee802154_socket.py.
def ieee802154_socket::SocketOut::open | ( | self, | ||
sockname, | ||||
devin | ||||
) |
conctructor
Definition at line 53 of file ieee802154_socket.py.