SetMacAddress
|
![]() ![]() ![]() |
[in] const char* mac
|
String specifying the MAC address of the virtual camera in the IEEE-802 format (six groups of two hexadecimal digits separated by hyphens)
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_INVALIDARG
|
Wrong MAC format
|
|
m_pCamera->SetMacAddress("AB-AC-AD-AE-AF-00");
|
|