Jump to content

Data consomption help


Recommended Posts

Greetings,

I am looking to build a function which will return the amount of data sent and received from the current network session to date. Ideally I would like something that behaves like the two functions I have detailed bellow (which don't exist, this is just my way of describing what I am looking for)

_winDataRx( adapter , [optional:data scale])

data scale :

0: (default) bytes

1 : Mb

2 : Gb

Return :

Success : ammount of data received

Failure : -1 (adapter not found or not connected to network)

_winDataTx( adapter , [optional:data scale])

data scale :

0: (default) bytes

1 : Mb

2 : Gb

Return :

Success : ammount of data transmited

Failure : -1 (adapter not found or not connected to network)

If anybody knows of a function which would behave in a similar fashion, or has a notion on how I could develop it myself, it would be appreciated.

Link to comment
Share on other sites

Look here: http://www.autoitscript.com/forum/index.php?showtopic=115148

This might help you.

BR,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...