4#include <NDEVR/String.h>
5#include <NDEVR/Buffer.h>
The equivelent of std::vector but with a bit more control.
Logic for retrieving specific details about the machine this software is running on.
static String MachineName()
Retrieves the network hostname of the current machine.
static String VolumeID()
Retrieves the volume serial number of the primary disk drive.
static Buffer< String > MacHashes()
Retrieves the MAC address hashes for all network interfaces on this machine.
static String CPUID()
Retrieves the unique CPU identifier string for the current machine.
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.