MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / ~Device

Method ~Device

Arduino/libraries/ST_Anything/Device.cpp:39–46  ·  view source on GitHub ↗

destructor

Source from the content-addressed store, hash-verified

37
38 //destructor
39 Device::~Device()
40 {
41 if(debug)
42 {
43 Serial.print(F("Device: Destroyed Device ID: "));
44 Serial.println(getName());
45 }
46 }
47
48 void Device::refresh()
49 {

Callers

nothing calls this directly

Calls 2

printMethod · 0.80
printlnMethod · 0.80

Tested by

no test coverage detected