|  | ◆ np_observe_notifications()
Tells the device to send a notification on specified events.  Parameters
  
    | client | The client to send to |  | notification_spec | Specification of the notifications that should be observed. This is expected to be an array of const char* that MUST have a terminating NULL entry. | 
 ReturnsNP_E_SUCCESS on success, NP_E_INVALID_ARG when client is null, or an error returned by np_observe_notification. 
 |