Function es_unsubscribe

Source
pub unsafe extern "C" fn es_unsubscribe(
    client: *mut es_client_t,
    events: *const es_event_type_t,
    event_count: u32,
) -> es_return_t
Available on macOS only.
Expand description

Unsubscribe from some set of events

  • client: The client that will be unsubscribing
  • events: Array of es_event_type_t to unsubscribe from
  • event_count: Count of es_event_type_t in events

Events not included in the given events array that were previously subscribed to will continue to be subscribed to.