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
349
of file
NetworkSubsystem.cpp
.
350
{
351
auto
* backend =
resolve_backend
(endpoint_id);
352
if
(!backend) {
353
return
EndpointState::CLOSED
;
354
}
355
return
backend->get_endpoint_state(endpoint_id);
356
}
MayaFlux::Core::NetworkSubsystem::resolve_backend
INetworkBackend * resolve_backend(uint64_t endpoint_id) const
Resolve endpoint_id to its owning backend.
Definition
NetworkSubsystem.cpp:467
MayaFlux::Core::EndpointState::CLOSED
@ CLOSED
MayaFlux
Core
NetworkSubsystem
Generated by
1.9.8