Namespace: Rx::LFR – Class: IIPCamera – Header: Rx.LFR/ICamera.h

IIPCamera Class

C++
#include "Rx.LFR/ICamera.h"
class IIPCamera

Interface for IP Cameras.

Methods

ForceValidIP()

Sets the camera's IP to a valid IP in the same Subnet.

SetIPConfig()

Sets the camera's IP configuration to be determined by DHCP.

SetIPConfig(xCamIP, xCamSubnet, xCamGateway, bIsPersistent)

Sets the camera's IP configuration to the given values.

GetIPConfig(xCamIP, xCamSubnet, xCamGateway, eIsPersistent, eIsDHCP, xCamMAC)

Gets the camera's IP configuration.

GetIPConfig(xCamIP, xCamSubnet, xCamMAC)

Gets the camera's IP configuration.

GetIPConfig(xCamIP, xCamSubnet, xCamGateway)

Gets the camera's IP configuration.