Hello
I want to use below command in API (C#) to get each user’s total rx:
/queue simple print stats detail
this is what i’ve done:
mikrotik.Send(“/queue/simple/print/stats/detail”);
but it returns:
!trap=message=no such command.tag=sss
how should I do this?
Thanks