GetCameraIP
Top  Previous  Next

Description

Returns the IP address of the currently selected device in Internet standard dotted format.


Syntax


[VB]
Value=objActiveGige.GetCameraIP


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


Data Types
[VB]

Return value: String


Parameters
[C/C++]

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


Return Values


S_OK  
Success  
E_FAIL  
Failed to read the feature  
 

Example


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

MsgBox ActiveGige1.GetCameraIP

 
Remarks

The IP address is returned in the Internet standard dotted format such as 169.254.102.77