pub unsafe extern "C" fn ndspAuxSetCallback(
    id: c_int,
    callback: ndspAuxCallback,
    data: *mut c_void
)
Expand description

Sets the callback of an auxiliary output.

§Arguments

  • id - ID of the auxiliary output.
  • callback - Callback to set.
  • data - User-defined data to pass to the callback.