Difference between revisions of "Number devices.system.totalSpace"

From wiki.netio-products.com
Jump to navigation Jump to search
(Založena nová stránka s textem „{{DISPLAYTITLE:number devices.system.freeSpace}} Returns total space on the socket's disk (in MB). number devices.system.totalSpace === Value === <i>num…“)
(No difference)

Revision as of 20:01, 18 April 2017

Returns total space on the socket's disk (in MB).

number devices.system.totalSpace

Value

number socket's disk capacity

Usage

-- log free space
logf("Space used: %dMB", devices.system.totalSpace - devices.system.freeSpace)

See also