SecureConnectEndpointConfig.h
Go to the documentation of this file.
1 // Copyright (c) 2023 Digital Barriers
4 
18 #pragma once
19 
20 #include "EdgeVisSDK.h"
21 #include "Pimpl.h"
22 
23 #include <string>
24 #include <stdint.h>
25 
26 namespace EV
27 {
28  class SecureConnectEndpointConfig;
29 }
30 
31 namespace EdgeVisSDKCore
32 {
33  class SecureConnectEndpointConfig : public EdgeVisSDKPimpl<EV::SecureConnectEndpointConfig>
34  {
35  public:
36  DB_EDGEVIS_SDK SecureConnectEndpointConfig();
37  EdgeVisSDKPimplWeakConstructor(SecureConnectEndpointConfig);
38 
39  DB_EDGEVIS_SDK virtual ~SecureConnectEndpointConfig();
40 
44  DB_EDGEVIS_SDK bool IsListener() const;
45 
49  DB_EDGEVIS_SDK std::wstring GetRemoteIPAddress() const;
50 
54  DB_EDGEVIS_SDK int32_t GetRemotePort() const;
55 
59  DB_EDGEVIS_SDK std::wstring GetDescription() const;
60 
64  DB_EDGEVIS_SDK std::wstring GetProtocol() const;
65 
70  DB_EDGEVIS_SDK std::wstring GetURL() const;
71  };
72 }
Definition: OnvifEvent.h:27
Availability
Definition: SecureConnectEndpointConfig.h:33
Definition: AreaOfInterestConfig.h:32