5#ifndef PYPICOSCENES_HXX
6#define PYPICOSCENES_HXX
void PicoScenesStop() noexcept
Stops the PicoScenes platform.
void PicoScenesStart() noexcept
Initializes and starts the PicoScenes platform.
void PicoScenesWait() noexcept
Blocks the current thread until PicoScenes is stopped.
std::shared_ptr< AbstractNIC > getNIC(std::string nicName) noexcept
Retrieves a network interface controller by name.
Abstract base class for Network Interface Card (NIC) operations.