Peer connection result.
More...
◆ PeerConnectResult() [1/3]
catapult::net::PeerConnectResult::PeerConnectResult |
( |
| ) |
|
|
inline |
Creates a default result.
◆ PeerConnectResult() [2/3]
catapult::net::PeerConnectResult::PeerConnectResult |
( |
PeerConnectCode |
code | ) |
|
|
inline |
Creates a result around code.
◆ PeerConnectResult() [3/3]
catapult::net::PeerConnectResult::PeerConnectResult |
( |
PeerConnectCode |
code, |
|
|
const Key & |
identityKey |
|
) |
| |
|
inline |
Creates a result around code and identityKey.
◆ Code
◆ IdentityKey
Key catapult::net::PeerConnectResult::IdentityKey |
Connection identity.
- Note
- This is only valid if Code is PeerConnectCode::Accepted.
The documentation for this struct was generated from the following file: