1.3.5.6.39 BMNG_WHITELIST_ACK Enum

C

typedef enum {
	BMNG_WHITELIST_ACK_OK = 0,
	BMNG_WHITELIST_ACK_ERROR
} BMNG_WHITELIST_ACK;

Summary

Defines the acknowledgement codes for the Whitelist.

Description

This enumeration defines the acknowledgement codes to be used when handling the Whitelist.

Remarks

None.