- client API: updated function documentation

pull/21/head
Michael Zillgith 8 years ago
parent 99c0c8bc75
commit 4b8a6ff3e7

@ -1640,13 +1640,12 @@ IedConnection_getServerDirectory(IedConnection self, IedClientError* error, bool
/** /**
* \brief Get the list of logical nodes (LN) of a logical device * \brief Get the list of logical nodes (LN) of a logical device
* *
* LGetLogicalDeviceDirectory ACSI service implementation. Returns the list of logical nodes present * GetLogicalDeviceDirectory ACSI service implementation. Returns the list of logical nodes names present
* in a logical device. The list is returned as a linked list of type LinkedList where the elements * in a logical device. The list is returned as a linked list of type LinkedList with c style string elements.
* are C style strings.
* *
* \param self the connection object * \param self the connection object
* \param error the error code if an error occurs * \param error the error code if an error occurs
* \param getFileNames get list of files instead of logical device names (TO BE IMPLEMENTED) * \param logicalDeviceName the name of the logical device (LD) of interest
* *
* \return LinkedList with string elements representing the logical node names * \return LinkedList with string elements representing the logical node names
*/ */

Loading…
Cancel
Save