Logo
UNICENS V2.3.0-4567
User Manual and API Reference
bool Ucs_Rm_GetNodeAvailable ( Ucs_Inst_t self,
uint16_t  node_address 
)

Retrieves the "available" flag information of the given node.

This function can be used to check whether the given node has been set to "available" or "not available".

Parameters
selfThe UNICENS instance pointer.
node_addressThe node address
Returns
The "availability" flag of the given node.
 See also section Ucs_Rm_GetNodeAvailable Example for an example implementation.