Notification

Type Alias Notification 

Source
pub type Notification = fn(u32, u64, Bytes, Option<Arc<Mutex<BytesMut>>>);
Expand description

Type definition for notification callback.

Arguments:

  1. Handle
  2. Timestamp
  3. Value of monitored variable
  4. User data