9 lines
179 B
C++
9 lines
179 B
C++
#pragma once
|
|
|
|
#include <src/enums/NetworkDeviceType.h>
|
|
|
|
class NetworkUtil
|
|
{
|
|
public:
|
|
static NetworkDeviceType GetDeviceTypeFromPreference(int hardwareDetect, int customPhy);
|
|
}; |