3#include "WEthernetSettings.h"
14 delete(_communication);
18 Settings = pEthernetSettings;
23 _communication->Connect();
28 _communication->Disconnect();
Definition WEthernetCommunication.h:5
An ETHERNET oriented communication class. It inherits from BaseCommunication. It ensures the ETHERNET...
Definition EthernetCommunication.h:38
The ETHERNET settings encapsulation for ETHERNET communication.
Definition EthernetSettings.h:21
Definition WEthernetCommunication.h:7
WEthernetCommunication(WEthernetSettings^ pEthernetSettings)
Definition WEthernetCommunication.h:17
void Connect() override
Definition WEthernetCommunication.h:22
WEthernetCommunication()
Definition WEthernetCommunication.h:9
~WEthernetCommunication()
Definition WEthernetCommunication.h:13
void Disconnect() override
Definition WEthernetCommunication.h:26
A wrapper on the EthernetSettings.
Definition WEthernetSettings.h:16