UpdateUsage

Updates the usage of the system's resources of the node.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
cpu
float cpu;

Percentage of CPU used by the node. It may be higher than 100 if the node has more than 1 CPU

ram
uint ram;

Kibibytes of RAM used by the node.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta