I'm trying to use the RetrieveLastNMEA function from MonkeyTalk and getting: 'A ref or out argument must be an lvalue'. Perhaps I'm not doing it right but it is asking for a ref NMEA_TYPES, so I have something like this:
string s = myMonkeyTalk.RetrieveLastNMEA(ref MonkeyTalk.NMEA_TYPES.NMEA_GGA);
Any ideas on what I am doing wrong?
Thanks
