Logo
UNICENS V2.1.0-3491
User Manual and API Reference

Referred Types used by Node Discovery Service. More...

Enumerations

enum  Ucs_Nd_ResCode_t {
  UCS_ND_RES_WELCOME_SUCCESS = 0x01U,
  UCS_ND_RES_UNKNOWN = 0x02U,
  UCS_ND_RES_MULTI = 0x03U,
  UCS_ND_RES_STOPPED = 0x04U,
  UCS_ND_RES_NETOFF = 0x05U,
  UCS_ND_RES_ERROR = 0x06U
}
 Result values of the Node Discovery service. More...
 
enum  Ucs_Nd_CheckResult_t {
  UCS_ND_CHK_WELCOME = 0x01U,
  UCS_ND_CHK_UNIQUE = 0x02U,
  UCS_ND_CHK_UNKNOWN = 0x03U
}
 Result values of the application's evaluation function (type Ucs_Nd_EvalCb_t). More...
 

Detailed Description

Referred Types used by Node Discovery Service.