CNSGetErrorDescription
char *CNSGetErrorDescription (int err);
Purpose
Returns the error message associated with the Network Streams Library error code specified in the err parameter.
Parameters
| Input | ||
| Name | Type | Description |
| err | int | An error code returned by a Network Streams Library function. |
Return Value
| Name | Type | Description |
| errorDescription | char * | The error message associated with the error code. |
Additional Information
Library: Network Streams Library
Include file: cvinetstreams.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later