8#include "childWindow.hpp"
55 void *buff = malloc(64);
59 :
"a"(74),
"b"((1 << 16) + Device),
"c"(buff)
61 return std::string((
char*)buff);
70 void *ptr = malloc(64);
74 :
"a"(74),
"b"((2 << 16) + Device),
"c"(ptr)
97 NetDevice::NetDevice()
101 NetDevice::~NetDevice()
Класс для работы с сетевыми устройствами
Definition network.hpp:81
std::string GetName()
Получить имя устройства
int Reset()
Сбросить устройство
int ResetDevice(const unsigned Device)
Сбросить устройство
Definition network.hpp:67
std::string GetDeviceName(const int Device)
Получить имя устройства
Definition network.hpp:52
int GetDevicesAmount()
Получить кол-во сетевых устройств
Definition network.hpp:24
int GetDeviceType(const int device)
Получить тип устройства
Definition network.hpp:38
Основное пространство имён
Definition base.hpp:17