join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::Raw Class Reference

RAW protocol class. More...

#include <protocol.hpp>

Public Types

using Endpoint = BasicLinkLayerEndpoint <Raw>
 
using Socket = BasicSocket <Raw>
 

Public Member Functions

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.
 

Detailed Description

RAW protocol class.

Member Typedef Documentation

◆ Endpoint

◆ Socket

Constructor & Destructor Documentation

◆ Raw()

join::Raw::Raw ( )
constexprdefaultnoexcept

default constructor.

Member Function Documentation

◆ 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: