number devices.system.frequency
Jump to navigation
Jump to search
Returns the frequency (in millihertz) on the socket. The property is read only!
number devices.system.frequency
Value
number frequency on socket (in millihertz)
Usage
-- log frequency of the socket logf("frequency: %d", devices.system.frequency)