CNSDataGetArrayValue
int CNSDataGetArrayValue (CNSData data, CNSData array[], size_t numElements);
Purpose
Obtains the elements of the array contained in the network stream data object.
Parameters
| Input | ||
| Name | Type | Description |
| data | CNSData | The reference to the network stream data object. |
| numElements | size_t | The size of the array you want to obtain from the network stream data object. |
| Output | ||
| Name | Type | Description |
| array | CNSData [] | The array of network stream data objects. Each element of the array consists of a network stream data object containing an element of the array. |
Return Value
| Name | Type | Description |
| error | int | An error code returned by a Network Streams Library function. |
Additional Information
Library: Network Streams Library
Include file: cvinetstreams.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later