Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
namespace | websocketpp::lib |
namespace | websocketpp::lib::net |
Macros | |
#define | TYP_INIT 0 |
#define | TYP_SMLE 1 |
#define | TYP_BIGE 2 |
Functions | |
bool | websocketpp::lib::net::is_little_endian () |
uint64_t | websocketpp::lib::net::_htonll (uint64_t src) |
Convert 64 bit value to network byte order. | |
uint64_t | websocketpp::lib::net::_ntohll (uint64_t src) |
Convert 64 bit value to host byte order. | |
#define TYP_BIGE 2 |
Definition at line 53 of file network.hpp.
#define TYP_INIT 0 |
Definition at line 51 of file network.hpp.
#define TYP_SMLE 1 |
Definition at line 52 of file network.hpp.