TDMS_GetLibraryErrorDescription
- Updated2023-02-21
- 2 minute(s) read
const char *TDMS_GetLibraryErrorDescription (int errorCode);
Purpose
Returns the error message associated with the TDM Streaming Library error code specified in the errorCode parameter.
Parameters
| Input | ||
| Name | Type | Description |
| errorCode | int | An error code returned by a TDM Streaming Library function. |
Return Value
| Name | Type | Description |
| errorDescription | const char * | The error message associated with the error code. Do not modify or free this string. |
Additional Information
Library: TDM Streaming Library
Include file: cvitdms.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later
© 2016 National Instruments. All rights reserved.
Examples
Refer to the following examples that use the TDMS_GetLibraryErrorDescription function:
- TDM Streaming\tdmsWriteBenchmark.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Async Read\TDMS Advanced Async Read.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Async Read Throughput Test\TDMS Advanced Async Read Throughput Test.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Async Write\TDMS Advanced Async Write.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Async Write Throughput Test\TDMS Advanced Async Write Throughput Test.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Sync Read\TDMS Advanced Sync Read.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS Advanced Sync Write\TDMS Advanced Sync Write.cws
Open example - TDM Streaming\Advanced Read and Write\TDMS In Memory Write and Read\TDMS In Memory Write and Read.cws
Open example