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

Enum BasicCmd

cpp/src/command_classes/Basic.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace OpenZWave;
44
45enum BasicCmd
46{
47 BasicCmd_Set = 0x01,
48 BasicCmd_Get = 0x02,
49 BasicCmd_Report = 0x03
50};
51
52//-----------------------------------------------------------------------------
53// <Basic::Basic>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected