Getting signal strength back in API with C#&VB.NET

I’m using VB.net & trying to get the signal strength returned.

My code is
mikrotik.Send(“/interface/wireless/monitor”)
mikrotik.Send(“=.id=wlan1”)
mikrotik.Send(“=once=”)

This returns all the stats, but I’d like to know how to get only the signal strength.

Thanx

add one more parameter:

mikrotik.Send(“=.proplist=signal-strength”)

Thanx
For some reason that doesn’t seem to work, it just returns the value “!re” :confused:

I don’t know exact name, replace ‘signal-strength’ with what you need

Never mind you were right:) I typed it wrong :smiley:
Thanx a lot

now I totally believe you :smiley:

karrrma :wink:

Oh god I’m good. Gotta take a typing class :smiley: