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

Method Device

Arduino/libraries/ST_Anything/Device.cpp:28–36  ·  view source on GitHub ↗

public constructor

Source from the content-addressed store, hash-verified

26//public
27 //constructor
28 Device::Device(const __FlashStringHelper *name):
29 m_pName(name)
30 {
31 if(debug)
32 {
33 Serial.print(F("Device: New Device ID: "));
34 Serial.println(getName());
35 }
36 }
37
38 //destructor
39 Device::~Device()

Callers

nothing calls this directly

Calls 2

printMethod · 0.80
printlnMethod · 0.80

Tested by

no test coverage detected