roo_transport
API Documentation for roo_transport
Loading...
Searching...
No Matches
link_status.h
Go to the documentation of this file.
1#pragma once
2
3namespace roo_transport {
4
6 // The link is idle, no connection being established. This is an initial state
7 // of a default-constructed link.
9
10 // The link is in process of establishing a connection with the peer.
12
13 // The link is established and ready for data transfer.
15
16 // The link is broken and no longer usable.
18};
19
20} // namespace roo_transport