CNSDataGetStructFields
int CNSDataGetStructFields (CNSData data, CNSData fields[], size_t numFields);
Purpose
Obtains the fields of the struct contained in the network stream data object.
Parameters
Input | ||
Name | Type | Description |
data | CNSData | The reference to the network stream data object. |
numFields | size_t | The number of struct fields in the network stream data object. |
Output | ||
Name | Type | Description |
fields | CNSData [] | The array of network stream data. Each element of the array consists of a network stream data object containing a field of the structure. |
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