Class VisionaryAutoIPScan

Nested Relationships

Nested Types

Class Documentation

class VisionaryAutoIPScan

Public Functions

VisionaryAutoIPScan()
~VisionaryAutoIPScan()
std::vector<DeviceInfo> doScan(int timeOut, const std::string &broadcastAddress = DEFAULT_BROADCAST_ADDR, uint16_t port = DEFAULT_PORT)

Runs an autoIP scan and returns a list of devices.

Returns:

A list of devices.

struct DeviceInfo

Public Members

std::string DeviceName
std::string MacAddress
std::string IpAddress
std::string SubNet
std::string Port