NCS_MyNodeIPAddress

Provides the IP address for a node that is used by clustering for internode control.

Syntax

 #include <ncssdk.h> 
  
 NCS_RETURN NCS_MyNodeIPAddress (
   NCS_HANDLE   Handle,
   UINT32      *IpAddress);
 

Parameters

Handle

(IN) Initiates request for the node’s IP address in a cluster.

IpAddress

(OUT) Returns the node’s IP address.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

NCS_BAD_PARAMETER

See NDS Error Codes.