2 #include "ManagedObject.h"
3 #include "api/advanced/EthernetAPI.h"
4 using oceandirect::api::EthernetAPI;
6 namespace NetOceanDirect {
52 array<unsigned char>^
getMACAddress(
long deviceID,
int% errorCode,
unsigned int interfaceIndex);
54 array<unsigned char>^
getMACAddress(
long deviceID,
int% errorCode);
66 void setMACAddress(
long deviceID,
int% errorCode,
unsigned int interfaceIndex, array<unsigned char>^% macAddress);
68 void setMACAddress(
long deviceID,
int% errorCode, array<unsigned char>^% macAddress);
bool getGigabitEthernetEnableStatus(long deviceID, int% errorCode, unsigned int interfaceIndex)
Definition: Ethernet.cpp:21
void setGigabitEthernetEnableStatus(long deviceID, int% errorCode, unsigned int interfaceIndex, bool enable)
Definition: Ethernet.cpp:30
array< unsigned char > getMACAddress(long deviceID, int% errorCode, unsigned int interfaceIndex)
Definition: Ethernet.cpp:39
void setMACAddress(long deviceID, int% errorCode, unsigned int interfaceIndex, array< unsigned char >^% macAddress)
Definition: Ethernet.cpp:57
Definition: ManagedObject.h:16