MayaFlux
0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_endpoint_state()
EndpointState
MayaFlux::Core::NetworkSubsystem::get_endpoint_state
(
uint64_t
endpoint_id
)
const
Query endpoint state.
Definition at line
330
of file
NetworkSubsystem.cpp
.
331
{
332
auto
* backend =
resolve_backend
(endpoint_id);
333
if
(!backend) {
334
return
EndpointState::CLOSED
;
335
}
336
return
backend->get_endpoint_state(endpoint_id);
337
}
MayaFlux::Core::NetworkSubsystem::resolve_backend
INetworkBackend * resolve_backend(uint64_t endpoint_id) const
Resolve endpoint_id to its owning backend.
Definition
NetworkSubsystem.cpp:448
MayaFlux::Core::EndpointState::CLOSED
@ CLOSED
MayaFlux
Core
NetworkSubsystem
Generated by
1.9.8