|
SatCat5
|
Structure for holding a device-name and user-readable description.
The "name" field can be passed to the Socket constructor.
Definition at line 72 of file hal_pcap.h.
#include <hal_pcap.h>
Public Member Functions | |
| Descriptor (const char *n, const char *d) | |
Public Attributes | |
| std::string | name |
| Unique interface ID. | |
| std::string | desc |
| Human-readable name. | |