pub unsafe extern "C" fn ndspAuxSetFrontBypass(
    id: c_int,
    bypass: bool
)
Expand description

Configures whether an auxiliary output should use front bypass.

§Arguments

  • id - ID of the auxiliary output.
  • bypass - Whether to use front bypass.