EtherNet/IP™ Adapter  1.04.00
User Reference Manual
ei_api_cip_attr Struct Reference

General attribute parameter collection. More...

#include <EI_API_CIP.h>

Data Fields

uint16_t id
 The attribute identifier. More...
 
EI_API_CIP_EDT edt
 Elementary data type. More...
 
EI_API_CIP_CDT cdt
 Constructed data type. More...
 
EI_API_CIP_AR accessRule
 Attribute access rules/flags. More...
 
uint16_t edtSize
 Elementary data type size for e.g. length for a string. More...
 
uint16_t cdtSize
 Constructed data type size for e.g. farray size, fstruct size. More...
 
uint16_t index
 The index of an array field. More...
 
void * pvValue
 The data buffer. More...
 
ei_api_cip_attr_callback callback
 Pointer to the callback function. More...
 

Detailed Description

General attribute parameter collection.