Exemplo n.º 1
0
 /// <summary>
 /// Returns which type the device is
 /// </summary>
 /// <param name="deviceId">Id of the device</param>
 /// <returns>TELLSTICK_TYPE_DEVICE or TELLSTICK_TYPE_GROUP</returns>
 public static int tdGetDeviceType(int deviceId)
 {
     return(UnmanagedImport.tdGetDeviceType(deviceId));
 }