Platforms to show: All Mac Windows Linux Cross-Platform

Back to DarwinIFStatMBS class.

DarwinIFStatMBS.Item(index as Integer) as DarwinIFStatInterfaceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Files MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the statistics for the given interface.
Example
dim d as new DarwinIFStatMBS
call d.Update
MsgBox str(d.Item(0).InputBytes)

Index goes from 0 to count-1.

DarwinIFStatMBS.Update as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Files MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Asks the system for new statistics.
Example
dim d as new DarwinIFStatMBS
call d.Update
MsgBox str(d.Count)

Returns true on success.

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...