Hi everyone!
I’m trying to get information about a hotspot user on a router board using vb.net. That I want is to obtain the same result as:
ip hotspot user print where name=hotspot_user
using API VB.net.
All I could do is the next: (mk is the class)
mk.Send(“/ip/hotspot/user/print”)
mk.Send(“=.proplist=.id”)
mk.Send(“?name=” + CompUser.Text, True)
but I don’t received anything. What I want is to know on the VB.net software the profile, and uptime of a concrete user. Could someone help me?
Thanks a lot!