Obtain information of a device trigger input. 
The following information of a device trigger input is available:
Check whether a device trigger input is available. 
Depending on other settings of a device, a device trigger input may be not available. E.g. when the measure mode of an oscilloscope is set to streaming, device trigger inputs are not available.
- Parameters
 - 
  
    | hDevice | A device handle identifying the device.  | 
    | wInput | The trigger input index identifying the trigger input, 0 to DevTrInGetCount() - 1.  | 
  
   
- Returns
 - BOOL8_TRUE if available, BOOL8_FALSE otherwise. 
 
- Status values
 - 
 
- Since
 - 0.4.4 
 
 
 
Get the id of a specified device trigger input. 
- Parameters
 - 
  
    | hDevice | A device handle identifying the device.  | 
    | wInput | The trigger input index identifying the trigger input, 0 to DevTrInGetCount() - 1.  | 
  
   
- Returns
 - The trigger input id, a TIID_* value. 
 
- Status values
 - 
 
- See also
 - DevTrGetInputIndexById() 
 
- Since
 - 0.4.4 
 
 
 
      
        
          | uint32_t DevTrInGetName  | 
          ( | 
          TpDeviceHandle_t  | 
          hDevice,  | 
        
        
           | 
           | 
          uint16_t  | 
          wInput,  | 
        
        
           | 
           | 
          char *  | 
          pBuffer,  | 
        
        
           | 
           | 
          uint32_t  | 
          dwBufferLength  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Get the name of a specified device trigger input. 
- Parameters
 - 
  
    | hDevice | A device handle identifying the device.  | 
    | wInput | The trigger input index identifying the trigger input, 0 to DevTrInGetCount() - 1.  | 
    | pBuffer | A pointer to a buffer for the name.  | 
    | dwBufferLength | The length of the buffer, in bytes.  | 
  
   
- Returns
 - The length of the name in bytes, excluding terminating zero. 
 
- Status values
 - 
 
- Since
 - 0.4.1