CamsGetNotificationsResult.h
Go to the documentation of this file.
37 CamsGetNotificationsResult(bool hasError, std::wstring errMsg, bool hasMorePages, std::vector<CamsNotification> notifications, std::vector<CamsNotificationStateDesc> states);
Contains the notifications retrieved in response to querying the Server for existing CAMS notificatio...
Definition: CamsGetNotificationsResult.h:32
DB_EDGEVIS_SDK bool HasError()
Determine if the request to retrieve a page of CAMS notifications encountered any errors...
DB_EDGEVIS_SDK std::wstring GetErrorMsg()
Retrieve an error message in the case of an error.
DB_EDGEVIS_SDK std::vector< CamsNotification > GetNotifications()
Retrieve the page of historical notifications returned from the Server.
DB_EDGEVIS_SDK std::vector< CamsNotificationStateDesc > GetNotificationStates()
Retrieve the total number of notifications in each state available on the Server. ...
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK bool HasMorePages()
Determine if there are more existing notifications available at the Server.