I have the following NSObject:
{length = 14, bytes = 0xcc090332ffff34000d943edd4bf7d}
the value of length I get
var len= bluetoothObject.ValueForKey(new NSString("length"));
if I apply the same idea for property bytes I get NSUnknownKeyException expectation.
I do not know what is the problem in the case of bytes property. I will appreciate for help.