rlpx::protocol::Message¶
#include <messages.hpp>
Public Functions¶
| Name | |
|---|---|
| bool | is_hello() const |
| bool | is_disconnect() const |
| bool | is_ping() const |
| bool | is_pong() const |
Public Attributes¶
| Name | |
|---|---|
| uint8_t | id |
| ByteBuffer | payload |
Public Functions Documentation¶
function is_hello¶
function is_disconnect¶
function is_ping¶
function is_pong¶
Public Attributes Documentation¶
variable id¶
variable payload¶
Updated on 2026-04-13 at 23:22:46 -0700