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

Method Append

cpp/src/Msg.cpp:132–138  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Add a byte to the message -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

130// Add a byte to the message
131//-----------------------------------------------------------------------------
132void Msg::Append
133(
134 uint8 const _data
135)
136{
137 m_buffer[m_length++] = _data;
138}
139
140//-----------------------------------------------------------------------------
141// <Msg::AppendArray>

Callers 15

AppendArrayMethod · 0.95
SendRawDataMethod · 0.45
RequestNodeNeighborsMethod · 0.45
DoControllerCommandMethod · 0.45
AddNodeStopMethod · 0.45
SendVirtualNodeInfoMethod · 0.45
SendSlaveLearnModeOffMethod · 0.45
AdvanceQueriesMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestMethod · 0.36
RequestStateMethod · 0.36
RequestValueMethod · 0.36