GetCameraMAC
Top  Previous  Next

Description

Returns the MAC address of the currently selected device in the string form.


Syntax


[VB]
Value=objActiveGige.GetCameraMAC


[C/C++]
HRESULT GetCameraMAC(bstr* pValue );


Data Types
[VB]

Return value: String


Parameters
[C/C++]

pValue [out, retval]  
Pointer to the string value specifying the MAC address  


Return Values


S_OK  
Success  
E_FAIL  
Failed to read the feature  
 

Example


The following VB example prints the MAC address if the camera:

MsgBox ActiveGige1.GetCameraMAC

 
Remarks

The MAC address is returned in standard dashed format such as 00-05-5D-24-6E-5B.