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

Function GetMaxSendAttempts

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

Source from the content-addressed store, hash-verified

116 void SetSendAttempts( uint8 _count ){ m_sendAttempts = _count; }
117
118 uint8 GetMaxSendAttempts()const{ return m_maxSendAttempts; }
119 void SetMaxSendAttempts( uint8 _count ){ if( _count < MAX_MAX_TRIES ) m_maxSendAttempts = _count; }
120
121 bool IsWakeUpNoMoreInformationCommand()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected