34 #include "EdgeVisSDK.h" 41 class ServerAddresses;
46 class ServerAddressesImpl;
51 static const int32_t DEF_NONSECURE_PORT = 9300;
52 static const int32_t DEF_SECURE_PORT = 9301;
56 EdgeVisSDKPimplWeakConstructor(ServerAddresses);
68 DB_EDGEVIS_SDK ServerAddresses(
const std::wstring & address, int32_t port,
bool secure);
77 DB_EDGEVIS_SDK ServerAddresses(
const std::wstring & address,
bool secure);
85 DB_EDGEVIS_SDK ServerAddresses(
const std::wstring & addresses);
87 DB_EDGEVIS_SDK ~ServerAddresses();
95 DB_EDGEVIS_SDK std::wstring ToString()
const;
97 DB_EDGEVIS_SDK
bool IsValid()
const;
99 static DB_EDGEVIS_SDK int32_t GetDefaultPort(
bool secure);
Definition: OnvifEvent.h:27
This stores server addresses that the SDK should use to connect to.
Definition: ServerAddresses.h:48
Definition: AreaOfInterestConfig.h:32