pub unsafe extern "C" fn ACU_SetAllowApType(
config: *mut acuConfig,
type_: u8_,
) -> ResultExpand description
Sets the slot to use when connecting.
ยงArguments
config- Pointer to an acuConfig struct used with ACU_CreateDefaultConfig previously.type- Allowed AP types bitmask, a combination of AC_AP_TYPE_* flags.