AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#include <ntv2mbcontroller.h>
Public Member Functions | |
IPVNetConfig () | |
void | init () |
bool | operator== (const IPVNetConfig &other) |
bool | operator!= (const IPVNetConfig &other) |
Public Attributes | |
uint32_t | ipc_ip |
uint32_t | ipc_subnet |
uint32_t | ipc_gateway |
Definition at line 113 of file ntv2mbcontroller.h.
|
inline |
Definition at line 116 of file ntv2mbcontroller.h.
void IPVNetConfig::init | ( | ) |
Definition at line 19 of file ntv2mbcontroller.cpp.
bool IPVNetConfig::operator!= | ( | const IPVNetConfig & | other | ) |
Definition at line 26 of file ntv2mbcontroller.cpp.
bool IPVNetConfig::operator== | ( | const IPVNetConfig & | other | ) |
Definition at line 31 of file ntv2mbcontroller.cpp.
uint32_t IPVNetConfig::ipc_gateway |
Definition at line 125 of file ntv2mbcontroller.h.
uint32_t IPVNetConfig::ipc_ip |
Definition at line 123 of file ntv2mbcontroller.h.
uint32_t IPVNetConfig::ipc_subnet |
Definition at line 124 of file ntv2mbcontroller.h.