|
Engage Engine API
1.253.9093
|
Simple Service Discovery Protocol settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| virtual void | initForDocumenting () |
| virtual std::string | toString () |
| virtual bool | isDocumenting () const |
Public Attributes | |
| bool | enabled |
| [Optional, Default: false] Enables the Engage Engine to use SSDP for asset discovery. | |
| std::string | interfaceName |
| [Optional, Default: default system interface] The network interface to bind to for discovery packets. | |
| NetworkAddress | address |
| [Optional, Default 255.255.255.255:1900] IP address and port. | |
| std::vector< std::string > | searchTerms |
| [Optional] An array of regex strings to be used to filter SSDP requests and responses. | |
| int | ageTimeoutMs |
| [Optional, Default 30000] Number of milliseconds of no SSDP announcment before the advertised entity is considered "gone". | |
| Advertising | advertising |
| Parameters for advertising. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
Simple Service Discovery Protocol settings.
Helper C++ class to serialize and de-serialize DiscoverySsdp JSON
Example:
Definition at line 6911 of file ConfigurationObjects.h.
|
inline |
Definition at line 6936 of file ConfigurationObjects.h.
|
inline |
Definition at line 6941 of file ConfigurationObjects.h.
| NetworkAddress AppConfigurationObjects::DiscoverySsdp::address |
[Optional, Default 255.255.255.255:1900] IP address and port.
Definition at line 6925 of file ConfigurationObjects.h.
| Advertising AppConfigurationObjects::DiscoverySsdp::advertising |
Parameters for advertising.
Definition at line 6934 of file ConfigurationObjects.h.
| int AppConfigurationObjects::DiscoverySsdp::ageTimeoutMs |
[Optional, Default 30000] Number of milliseconds of no SSDP announcment before the advertised entity is considered "gone".
Definition at line 6931 of file ConfigurationObjects.h.
| bool AppConfigurationObjects::DiscoverySsdp::enabled |
[Optional, Default: false] Enables the Engage Engine to use SSDP for asset discovery.
Definition at line 6919 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::DiscoverySsdp::interfaceName |
[Optional, Default: default system interface] The network interface to bind to for discovery packets.
Definition at line 6922 of file ConfigurationObjects.h.
| std::vector<std::string> AppConfigurationObjects::DiscoverySsdp::searchTerms |
[Optional] An array of regex strings to be used to filter SSDP requests and responses.
Definition at line 6928 of file ConfigurationObjects.h.