ECI_CONTAINER_INFO Struct Reference
#include <eci_channel.h>
Data Fields | |
| char | name [16+1] |
| ECI_CONTAINER_TYPE | type |
| int | ccsid |
| size_t | dataLength |
Detailed Description
Container information structure.
Definition at line 93 of file eci_channel.h.
Field Documentation
◆ ccsid
| int ccsid |
The code character set identifier (CCSID) of the container data
Definition at line 105 of file eci_channel.h.
◆ dataLength
| size_t dataLength |
The length of the container data.
Definition at line 108 of file eci_channel.h.
◆ name
| char name[16+1] |
The container name.
Definition at line 97 of file eci_channel.h.
◆ type
| ECI_CONTAINER_TYPE type |
The container type.
Definition at line 100 of file eci_channel.h.