PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::DCPDeviceNotFoundError Class Reference

Device not found via DCP. More...

#include <exceptions.h>

+ Inheritance diagram for profinet::DCPDeviceNotFoundError:
+ Collaboration diagram for profinet::DCPDeviceNotFoundError:

Public Member Functions

 DCPDeviceNotFoundError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::DCPError
 DCPError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::ProfinetError
 ProfinetError (const std::string &message)
 Construct with a human-readable message.
 

Detailed Description

Device not found via DCP.

Definition at line 562 of file exceptions.h.

Constructor & Destructor Documentation

◆ DCPDeviceNotFoundError()

profinet::DCPDeviceNotFoundError::DCPDeviceNotFoundError ( const std::string &  message)
inlineexplicit

Construct with a human-readable message.

Parameters
messageDescription of the error.

Definition at line 567 of file exceptions.h.


The documentation for this class was generated from the following file: