Пример #1
0
 //Maps message keys to string. Not very reliable as it seems most aren't mapped by the func.
 public static unsafe string KeyToString(int key)
 {
     return(StdString.FromPointer(N3InfoItemRemote_t.KeyToString(key)).ToString());
 }