| 
    LibTiePie
    0.4.3
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Information of a device trigger input can be obtained. More...
Functions | |
| uint32_t | DevTrInGetName (TpDeviceHandle_t hDevice, uint16_t wInput, char *pBuffer, uint32_t dwBufferLength) | 
| Get the name of a specified device trigger input.   | |
Information of a device trigger input can be obtained.
The following information of a device trigger input is available:
| uint32_t DevTrInGetName | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wInput, | ||
| char * | pBuffer, | ||
| uint32_t | dwBufferLength | ||
| ) | 
Get the name of a specified device trigger input.
| hDevice | A device handle. | 
| wInput | Trigger input number, 0 to DevTrInGetCount() - 1.  | 
| pBuffer | Pointer to buffer to write to. | 
| dwBufferLength | Length of the buffer. |