rby1-sdk
Loading...
Searching...
No Matches
external
rby1-sdk
include
rby1-sdk
net
types.h
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
#include "rby1-sdk/export.h"
7
8
namespace
rb {
9
10
struct
RBY1_SDK_API
WifiNetwork
{
11
std::string ssid;
12
int
signal_strength;
13
bool
secured;
14
};
15
16
struct
RBY1_SDK_API
WifiStatus
{
17
std::string ssid;
18
std::string ip_address;
19
std::string gateway;
20
std::vector<std::string> dns;
21
bool
connected;
22
};
23
24
}
// namespace rb
rb::WifiNetwork
Definition
types.h:10
rb::WifiStatus
Definition
types.h:16
Generated by
1.11.0