hi there,
I want to know is the pppoe-connection connected or not! and do some action upon its state.
Ho can I access the pppoe-connection`s state via API ?
hi how can I use the following code in c# api? /ip hotspot user reset-counters [find name="username"] I did this but not work: mikrotik.Send("/ip/hotspot/user/reset-counters [find name = " + username+"]", true); also tried it but no luck! :( mikrotik.Send("/ip/hots...