WLAN_NOTIFICATION_CALLBACK typedef

WLAN_NOTIFICATION_CALLBACK = Void Function(Pointer<L2_NOTIFICATION_DATA>, Pointer<NativeType>)

Application-defined callback function that is used by an application to register and unregister notifications on all wireless interfaces.

Implementation

typedef WLAN_NOTIFICATION_CALLBACK = Void Function(
    Pointer<L2_NOTIFICATION_DATA>, Pointer);