IBACnetARRAYN_of_OCTETSTRING.GetElement (METH)¶
METHOD GetElement : CmpBACnet.IEC_BACNET_STATUS
Get the element with the given index from this property. After usage, use FreeStackAllocatedMemory, to free the used memory.
- InOut:
Scope
Name
Type
Comment
Return
GetElement
CmpBACnet.IEC_BACNET_STATUS
Input
nIndex
CmpBACnet.IEC_BACNET_ARRAY_INDEX
Index (0 .. number of elements-1).
Output
pData
POINTER TO CmpBACnet.IEC_BACNET_OCTET_STRING
Pointer to element data. After usage, use FreeStackAllocatedMemory, to free the used memory.