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

Function GetUserAlertType

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

* Retrieve the User Alert Type Enum to determine what this message is about * \return UserAlertNotification Enum describing the Alert Type */

Source from the content-addressed store, hash-verified

226 * \return UserAlertNotification Enum describing the Alert Type
227 */
228 UserAlertNofification GetUserAlertType()const {return m_useralerttype;};
229
230 /**
231 * Return the Comport associated with the DriverFailed Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected