EtherNet/IP™ Adapter3.09.00
 
Loading...
Searching...
No Matches

Overview

A description of an externally visible characteristic or feature of an object. Attributes may provide status information or govern the operation of an object. For example: the ASCII name of an object, the repetition rate of a cyclic object.

Functions

uint32_t EI_API_CIP_getAttr_bool (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_bool *pValue_p)
 Get attribute of type BOOL.
 
uint32_t EI_API_CIP_getAttr_sint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_sint *pValue_p)
 Get attribute of type SINT.
 
uint32_t EI_API_CIP_getAttr_int (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_int *pValue_p)
 Get attribute of type INT.
 
uint32_t EI_API_CIP_getAttr_dint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_dint *pValue_p)
 Get attribute of type DINT.
 
uint32_t EI_API_CIP_getAttr_lint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_lint *pValue_p)
 Get attribute of type LINT.
 
uint32_t EI_API_CIP_getAttr_usint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_usint *pValue_p)
 Get attribute of type USINT.
 
uint32_t EI_API_CIP_getAttr_uint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_uint *pValue_p)
 Get attribute of type UINT.
 
uint32_t EI_API_CIP_getAttr_udint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_udint *pValue_p)
 Get attribute of type UDINT.
 
uint32_t EI_API_CIP_getAttr_ulint (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_ulint *pValue_p)
 Get attribute of type ULINT.
 
uint32_t EI_API_CIP_getAttr_real (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_real *pValue_p)
 Get attribute of type REAL.
 
uint32_t EI_API_CIP_getAttr_lreal (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_lreal *pValue_p)
 Get attribute of type LREAL.
 
uint32_t EI_API_CIP_getAttr_shortstring (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_shortstring **ppValue_p)
 Get attribute of type SHORT_STRING.
 
uint32_t EI_API_CIP_getAttr_byte (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_byte *pValue_p)
 Get attribute of type BYTE.
 
uint32_t EI_API_CIP_getAttr_word (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_word *pValue_p)
 Get attribute of type WORD.
 
uint32_t EI_API_CIP_getAttr_dword (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_dword *pValue_p)
 Get attribute of type DWORD.
 
uint32_t EI_API_CIP_getAttr_lword (T *pCipNode_p, uint16_t classId_p, uint16_t instanceId_p, uint16_t attrId_p, ei_api_cip_edt_lword *pValue_p)
 Get attribute of type LWORD.