MayaFlux
0.4.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
355
of file
NetworkSubsystem.cpp
.
356
{
357
auto
* backend =
resolve_backend
(endpoint_id);
358
if
(!backend) {
359
return
EndpointState::CLOSED
;
360
}
361
return
backend->get_endpoint_state(endpoint_id);
362
}
MayaFlux::Core::NetworkSubsystem::resolve_backend
INetworkBackend * resolve_backend(uint64_t endpoint_id) const
Resolve endpoint_id to its owning backend.
Definition
NetworkSubsystem.cpp:473
MayaFlux::Core::EndpointState::CLOSED
@ CLOSED
MayaFlux
Core
NetworkSubsystem
Generated by
1.9.8