EdgeVisDecoderSDK::EncoderUpdateInfo Class Reference
Detailed Description
Holds information about the Encoder updates such as an Encoders location.
Availability
Available in version 6.0 of Decoder SDK. Requires a server version greater than 6.0
#include <EncoderUpdateInfo.h>
Public Member Functions | |
| DB_EDGEVIS_SDK std::map< std::wstring, std::wstring > | Params () const |
| Gets the status message's parameters. More... | |
| DB_EDGEVIS_SDK std::vector< std::wstring > | ParamKeys () const |
| Gets the status message's parameter keys. More... | |
| DB_EDGEVIS_SDK std::wstring | GetParam (const std::wstring &key) const |
| Gets a parameter value from the set of parameter key-value pairs for the update message. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK std::map< std::wstring, std::wstring > EdgeVisDecoderSDK::EncoderUpdateInfo::Params | ( | ) | const |
Gets the status message's parameters.
- Returns
- Map of key-value pairs.
| DB_EDGEVIS_SDK std::vector< std::wstring > EdgeVisDecoderSDK::EncoderUpdateInfo::ParamKeys | ( | ) | const |
Gets the status message's parameter keys.
This makes it easy to enumerate the values in the update message's parameters list.
- Returns
- List of parameter keys.
| DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::EncoderUpdateInfo::GetParam | ( | const std::wstring & | key | ) | const |
Gets a parameter value from the set of parameter key-value pairs for the update message.
- Parameters
-
key A parameter key
- Returns
- The value matching the parameter key. A blank string will be returned if the key is not found.
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/EncoderUpdateInfo.h
