MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / setPanId

Method setPanId

libraries/OpenThread/src/OThread.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void DataSet::setPanId(uint16_t panId) {
170 mDataset.mPanId = panId;
171 mDataset.mComponents.mIsPanIdPresent = true;
172}
173
174const char *DataSet::getNetworkName() const {
175 return mDataset.mNetworkName.m8;

Callers 1

OThread.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected