EdgeVisSDKCore::SecureConnectEndpointConfig Class Reference
Detailed Description
Availability
Available in version 8.5.0 of Decoder SDK. Requires a server version greater than 7.4
#include <SecureConnectEndpointConfig.h>
Public Member Functions | |
| DB_EDGEVIS_SDK bool | IsListener () const |
| True if this is a listen port, false otherwise. | |
| DB_EDGEVIS_SDK std::wstring | GetRemoteIPAddress () const |
| Get the Remote IP Address to connect to. | |
| DB_EDGEVIS_SDK int32_t | GetRemotePort () const |
| Get the Remote port to connect to. | |
| DB_EDGEVIS_SDK std::wstring | GetDescription () const |
| Get the description of the secure connect configuration. | |
| DB_EDGEVIS_SDK std::wstring | GetProtocol () const |
| Get the protocol of the secure connect configuration. More... | |
| DB_EDGEVIS_SDK std::wstring | GetURL () const |
| Retrieve a browser URL for the secure connect configuration. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK std::wstring EdgeVisSDKCore::SecureConnectEndpointConfig::GetProtocol | ( | ) | const |
Get the protocol of the secure connect configuration.
Must be http or https.
| DB_EDGEVIS_SDK std::wstring EdgeVisSDKCore::SecureConnectEndpointConfig::GetURL | ( | ) | const |
Retrieve a browser URL for the secure connect configuration.
Only applies to "in" configurations.
The documentation for this class was generated from the following file:
- SDKs/EdgeVisSDKCore/SecureConnectEndpointConfig.h
