MCPcopy Create free account
hub / github.com/evi0s/WMPFDebugger / WARemoteDebug_DebugMessage

Function WARemoteDebug_DebugMessage

src/third-party/WARemoteDebugProtobuf.js:1062–1067  ·  view source on GitHub ↗

* Constructs a new WARemoteDebug_DebugMessage. * @memberof mmbizwxadevremote * @classdesc Represents a WARemoteDebug_DebugMessage. * @constructor * @param {mmbizwxadevremote.IWARemoteDebug_DebugMessage=} [properties] Properties to set

(properties)

Source from the content-addressed store, hash-verified

1060 * @param {mmbizwxadevremote.IWARemoteDebug_DebugMessage=} [properties] Properties to set
1061 */
1062 function WARemoteDebug_DebugMessage(properties) {
1063 if (properties)
1064 for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i)
1065 if (properties[keys[i]] != null)
1066 this[keys[i]] = properties[keys[i]];
1067 }
1068
1069 /**
1070 * WARemoteDebug_DebugMessage seq.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected