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

Function GetByte

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

* Helper function to simplify wrapping the notification class. Should not normally need to be called. * \return the internal byte value of the notification. */

Source from the content-addressed store, hash-verified

208 * \return the internal byte value of the notification.
209 */
210 uint8 GetByte()const{ return m_byte; }
211
212 /**
213 * Helper function to return the Timeout to wait for. Only valid for Notification::Type_UserAlerts - Notification::Alert_ApplicationStatus_Retry

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected