|
SatCat5
|
#include <ip_core.h>
Public Member Functions | |
| constexpr | Port (u16 port) |
| Constructor. | |
| Port (const Port &t)=default | |
| Port & | operator= (const Port &t)=default |
| constexpr bool | operator== (const satcat5::ip::Port &other) const |
| Commonly used operators. | |
| constexpr bool | operator!= (const satcat5::ip::Port &other) const |
| Commonly used operators. | |
| void | write_to (satcat5::io::Writeable *wr) const |
| Commonly used operators. | |
| bool | read_from (satcat5::io::Readable *rd) |
| Commonly used operators. | |
Public Attributes | |
| u16 | value |
| Raw access to the underlying representation. | |