RAW protocol class.
More...
#include <protocol.hpp>
|
| constexpr | Raw () noexcept=default |
| | default constructor.
|
| |
| constexpr int | family () const noexcept |
| | get the protocol ip address family.
|
| |
| constexpr int | type () const noexcept |
| | get the protocol communication semantic.
|
| |
| constexpr int | protocol () const noexcept |
| | get the protocol type.
|
| |
◆ Endpoint
◆ Socket
◆ Raw()
◆ family()
| int join::Raw::family |
( |
| ) |
const |
|
inlineconstexprnoexcept |
get the protocol ip address family.
- Returns
- the protocol ip address family.
◆ protocol()
| int join::Raw::protocol |
( |
| ) |
const |
|
inlineconstexprnoexcept |
get the protocol type.
- Returns
- the protocol type.
◆ type()
| int join::Raw::type |
( |
| ) |
const |
|
inlineconstexprnoexcept |
get the protocol communication semantic.
- Returns
- the protocol communication semantic.
The documentation for this class was generated from the following file: