GetIpAddress
|
|
[out] char ip[16]
|
Pointer to a buffer that receives the string value of the ip address of the camera in the IPv4 format (four decimals in the range of 0-255 separated by dots).
|
|
[out] const mask[16]
|
Pointer to a buffer that receives the string value of the subnet mask in the IPv4 format.
|
|
[out] const gateway[16]
|
Pointer to a buffer that receives the string value of the gateway in the IPv4 format.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_INVALIDARG
|
Wrong IPv4 format
|
|
|
|
char ip[16], mask[16], gateway[16];
|