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

Method GetEventParamNames

cpp/src/NotificationCCTypes.cpp:258–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258string NotificationCCTypes::GetEventParamNames
259(
260 NotificationEventParamTypes type
261)
262{
263 switch (type) {
264 case NEPT_Location:
265 return "Location";
266 break;
267 case NEPT_List:
268 return "List";
269 break;
270 case NEPT_UserCodeReport:
271 return "UserCodeReport";
272 break;
273 case NEPT_Byte:
274 return "Byte";
275 break;
276 case NEPT_String:
277 return "String";
278 break;
279 case NEPT_Time:
280 return "Duration";
281 break;
282 };
283 return "Unknown";
284}
285
286string NotificationCCTypes::GetAlarmType
287(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected