Identifies a policy decision.

Enumeration Members

ALLOW_APP_KEY_REQUESTS

APP_KEY_REQUEST_POLICY decision.

When the Trust Center receives a request for an application link key, it will randomly generate a key and send it to both partners.

ALLOW_BINDING_MODIFICATION

BINDING_MODIFICATION_POLICY decision.

Allow remote nodes to change the local binding table.

ALLOW_TC_KEY_REQUEST_AND_GENERATE_NEW_KEY

TC_KEY_REQUEST_POLICY decision.

When the Trust Center receives a request for a Trust Center link key, it will generate a key to send to the joiner. After generation, the key will be added to the transient key tabe and After verification, this key will be added into the link key table.

ALLOW_TC_KEY_REQUESTS_AND_SEND_CURRENT_KEY

TC_KEY_REQUEST_POLICY decision.

When the Trust Center receives a request for a Trust Center link key, it will reply to it with the corresponding key.

CHECK_BINDING_MODIFICATIONS_ARE_VALID_ENDPOINT_CLUSTERS

BINDING_MODIFICATION_POLICY decision.

Allows remote nodes to set local binding entries only if the entries correspond to endpoints defined on the device, and for output clusters bound to those endpoints.

DENY_APP_KEY_REQUESTS

APP_KEY_REQUEST_POLICY decision. When the Trust Center receives a request for an application link key, it will be ignored.

DENY_TC_KEY_REQUESTS

TC_KEY_REQUEST_POLICY decision.

When the Trust Center receives a request for a Trust Center link key, it will be ignored.

DISALLOW_BINDING_MODIFICATION

BINDING_MODIFICATION_POLICY default decision.

Do not allow the local binding table to be changed by remote nodes.

HOST_WILL_NOT_SUPPLY_REPLY

UNICAST_REPLIES_POLICY default decision.

The NCP will automatically send an empty reply (containing no payload) for every unicast received.

HOST_WILL_SUPPLY_REPLY

UNICAST_REPLIES_POLICY decision.

The NCP will only send a reply if it receives a sendReply command from the Host.

MESSAGE_TAG_AND_CONTENTS_IN_CALLBACK

MESSAGE_CONTENTS_IN_CALLBACK_POLICY decision.

Include both the message tag and the message contents in the messageSentHandler callback.

MESSAGE_TAG_ONLY_IN_CALLBACK

MESSAGE_CONTENTS_IN_CALLBACK_POLICY default decision.

Include only the message tag in the messageSentHandler callback.

PACKET_VALIDATE_LIBRARY_CHECKS_DISABLED

Indicates that packet validate library checks are NOT enabled on the NCP.

PACKET_VALIDATE_LIBRARY_CHECKS_ENABLED

Indicates that packet validate library checks are enabled on the NCP.

POLL_HANDLER_CALLBACK

POLL_HANDLER_POLICY decision.

Generate a pollHandler callback when a child polls.

POLL_HANDLER_IGNORE

POLL_HANDLER_POLICY default decision.

Do not inform the Host when a child polls.