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

Method AssociationCommand

cpp/src/Group.cpp:535–543  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

533// Constructor
534//-----------------------------------------------------------------------------
535Group::AssociationCommand::AssociationCommand
536(
537 uint8 const _length,
538 uint8 const* _data
539)
540{
541 m_data = new uint8[_length];
542 memcpy( m_data, _data, _length );
543}
544
545//-----------------------------------------------------------------------------
546// <Group::AssociationCommand::AssociationCommand>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected