tern.os.identifiers

Hardware identifiers (HWID) and processor features.

Members

Static functions

biosSerial
string biosSerial()

Retrieves the sum SMBios serial number. May fail and return null.

chassisSerial
string chassisSerial()

Retrieves the chassis serial number. Will never return null.

diskSerial
string diskSerial()

Retrieves the disk serial number. May fail and return null.

diskSerial
string diskSerial()

Retrieves the disk serial number. May fail and return null.

hardwareId
string hardwareId()

Summation of all serials hashes into a single hardware id. Could be an invalid identifier but unlikely.

hardwareId
string hardwareId()

Summation of all serials hashes into a single hardware id. Could be an invalid identifier but unlikely.

moboSerial
string moboSerial()

Retrieves the motherboard serial number. May fail and return null.

moboSerial
string moboSerial()

Retrieves the motherboard serial number. Will never return null.

monitorSerial
string monitorSerial()

Retrieves the monitor serial number. May fail and return null.

Meta