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

Function GetSendAttempts

cpp/src/Msg.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 string GetAsString();
114
115 uint8 GetSendAttempts()const{ return m_sendAttempts; }
116 void SetSendAttempts( uint8 _count ){ m_sendAttempts = _count; }
117
118 uint8 GetMaxSendAttempts()const{ return m_maxSendAttempts; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected