MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetRetry

Function GetRetry

cpp/src/Notification.h:216–216  ·  view source on GitHub ↗

* Helper function to return the Timeout to wait for. Only valid for Notification::Type_UserAlerts - Notification::Alert_ApplicationStatus_Retry * \return The time to wait before retrying */

Source from the content-addressed store, hash-verified

214 * \return The time to wait before retrying
215 */
216 uint8 GetRetry()const{ assert((Type_UserAlerts == m_type) && (Alert_ApplicationStatus_Retry == m_useralerttype)); return m_byte; }
217
218 /**
219 * Helper Function to return the Notification as a String

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected