RDK-B
MSO Management HAL Data Types

Description

Macros

#define CHAR   char
 
#define UCHAR   unsigned char
 
#define BOOLEAN   unsigned char
 
#define INT   int
 
#define UINT   unsigned int
 
#define ULONG   unsigned long
 
#define TRUE   1
 
#define FALSE   0
 
#define ENABLE   1
 
#define RETURN_OK   0
 
#define RETURN_ERR   -1
 
#define SEC_PER_YEAR   31536000
 
#define SIZE_arrisCmDevHttpClientSeed   8L
 
#define ERROR   -1
 

Typedefs

typedef unsigned short uint16
 
typedef unsigned long uint32
 
typedef int boolean
 

Enumerations

enum  mso_pwd_ret_status {
  Invalid_PWD, Good_PWD, Unique_PWD, Expired_PWD,
  TimeError
}
 

Macro Definition Documentation

◆ CHAR

#define CHAR   char

Definition at line 54 of file mso_mgmt_hal.h.

◆ UCHAR

#define UCHAR   unsigned char

Definition at line 58 of file mso_mgmt_hal.h.

◆ BOOLEAN

#define BOOLEAN   unsigned char

Definition at line 62 of file mso_mgmt_hal.h.

◆ INT

#define INT   int

Definition at line 66 of file mso_mgmt_hal.h.

◆ UINT

#define UINT   unsigned int

Definition at line 70 of file mso_mgmt_hal.h.

◆ ULONG

#define ULONG   unsigned long

Definition at line 74 of file mso_mgmt_hal.h.

◆ TRUE

#define TRUE   1

Definition at line 78 of file mso_mgmt_hal.h.

◆ FALSE

#define FALSE   0

Definition at line 82 of file mso_mgmt_hal.h.

◆ ENABLE

#define ENABLE   1

Definition at line 86 of file mso_mgmt_hal.h.

◆ RETURN_OK

#define RETURN_OK   0

Definition at line 90 of file mso_mgmt_hal.h.

◆ RETURN_ERR

#define RETURN_ERR   -1

Definition at line 94 of file mso_mgmt_hal.h.

◆ SEC_PER_YEAR

#define SEC_PER_YEAR   31536000

Definition at line 102 of file mso_mgmt_hal.h.

◆ SIZE_arrisCmDevHttpClientSeed

#define SIZE_arrisCmDevHttpClientSeed   8L

Definition at line 106 of file mso_mgmt_hal.h.

◆ ERROR

#define ERROR   -1

Definition at line 110 of file mso_mgmt_hal.h.

Typedef Documentation

◆ uint16

typedef unsigned short uint16

Definition at line 97 of file mso_mgmt_hal.h.

◆ uint32

typedef unsigned long uint32

Definition at line 98 of file mso_mgmt_hal.h.

◆ boolean

typedef int boolean

Definition at line 99 of file mso_mgmt_hal.h.

Enumeration Type Documentation

◆ mso_pwd_ret_status

Enumerator
Invalid_PWD 
Good_PWD 
Unique_PWD 
Expired_PWD 
TimeError 

Definition at line 117 of file mso_mgmt_hal.h.