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

Function GetType

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

* Get the type of this notification. * \return the notification type. * \see NotificationType */

Source from the content-addressed store, hash-verified

146 * \see NotificationType
147 */
148 NotificationType GetType()const{ return m_type; }
149
150 /**
151 * Get the Home ID of the driver sending this notification.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected