Definition at line 45 of file ieee802154_base.py.
Static Public Attributes | |
CAPFILE = None | |
name of the capture file, overwritten by -r option | |
CHANNEL = None | |
Channel number for sniffing. | |
GUI = False | |
Start control GUI. | |
int | MAXPACKETS = 0 |
Maximum Packets to be captured. | |
PORT = None | |
name of the capture port, overwritten by -p option | |
RATE = None | |
string | SOCKNAME = 'ieee802154' |
name of the file socket, overwritten by -i option | |
int | VERBOSE = 0 |
Verbosity Level. |
ieee802154_base::ProgramContext::CAPFILE = None [static] |
name of the capture file, overwritten by -r option
Definition at line 49 of file ieee802154_base.py.
ieee802154_base::ProgramContext::CHANNEL = None [static] |
ieee802154_base::ProgramContext::GUI = False [static] |
int ieee802154_base::ProgramContext::MAXPACKETS = 0 [static] |
ieee802154_base::ProgramContext::PORT = None [static] |
name of the capture port, overwritten by -p option
Definition at line 51 of file ieee802154_base.py.
string ieee802154_base::ProgramContext::SOCKNAME = 'ieee802154' [static] |
int ieee802154_base::ProgramContext::VERBOSE = 0 [static] |