21#ifndef PLUGINS_KINET_KINETDEVICE_H_
22#define PLUGINS_KINET_KINETDEVICE_H_
28#include "olad/Device.h"
37 const std::vector<ola::network::IPV4Address> &power_supplies,
45 bool AllowMultiPortPatching()
const {
return true; }
53 const std::vector<ola::network::IPV4Address> m_power_supplies;
54 class KiNetNode *m_node;
Represents an IPv4 Address.
Definition PluginAdaptor.h:41
Definition KiNetDevice.h:34
bool StartHook()
Called during Start().
Definition KiNetDevice.cpp:62
void PrePortStop()
Definition KiNetDevice.cpp:83
std::string DeviceId() const
The device ID.
Definition KiNetDevice.h:41
The namespace containing all OLA symbols.
Definition Credentials.cpp:44