FastLED 3.9.15
Loading...
Searching...
No Matches

◆ from_errno()

error_code fl::asio::error_code::from_errno ( int platform_errno)
static

Convert from platform errno value.

Definition at line 60 of file error_code.cpp.hpp.

60 {
61 return error_code(errc::unknown, "networking not available");
62}
error_code() FL_NOEXCEPT
Definition error_code.h:35

References error_code(), and fl::asio::unknown.

+ Here is the call graph for this function: