REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
net::auth::RemoteIdentifier Class Reference

Some basic information about the remote station. We interpret 0.0.0.0 als a local terminal. More...

#include <auth.h>

Public Member Functions

bool isLocal () const
 
size_t printTo (Print &p) const
 

Public Attributes

IPAddress ip
 

Detailed Description

Some basic information about the remote station. We interpret 0.0.0.0 als a local terminal.

Definition at line 92 of file auth.h.

Member Function Documentation

◆ isLocal()

bool net::auth::RemoteIdentifier::isLocal ( ) const
inline

Definition at line 96 of file auth.h.

References ip.

Referenced by printTo().

◆ printTo()

size_t net::auth::RemoteIdentifier::printTo ( Print & p) const
inline

Definition at line 100 of file auth.h.

References ip, and isLocal().

Referenced by net::auth::AuthentificationContext::printTo().

Member Data Documentation

◆ ip

IPAddress net::auth::RemoteIdentifier::ip

Definition at line 94 of file auth.h.

Referenced by isLocal(), and printTo().


The documentation for this class was generated from the following file:
  • lib/communication/src/net/auth.h