CNSDataGetArrayDimensions
int CNSDataGetArrayDimensions (CNSData data, size_t dimensions[], size_t numDimensions);
Purpose
Gets the dimensions 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. |
| numDimensions | size_t | The number of dimensions of the array contained in the network stream data object. |
| Output | ||
| Name | Type | Description |
| dimensions | size_t [] | The dimensions of the array contained in the network stream data object. |
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