/// <summary> /// Query a device for it’s model /// </summary> /// <param name="deviceId">Id of device to query</param> /// <returns>The model for a device. Not all protocols use this.</returns> public static unsafe string tdGetModel(int deviceId) { return(getString(UnmanagedImport.tdGetModel(deviceId))); }