CNSDataCreateArray
int CNSDataCreateArray (CNSData array[], size_t dimensions[], size_t numDimensions, CNSData *data);
Purpose
Creates a network stream data object containing an array.
Parameters
| Input | ||
| Name | Type | Description |
| array | CNSData [] | The array of network stream data you want to pack into a single network stream data object. |
| dimensions | size_t [] | The dimensions of the array. |
| numDimensions | size_t | The number of dimensions of the array. |
| Output | ||
| Name | Type | Description |
| data | CNSData | A reference to the network stream data object you created. |
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