Delegate DevicePairing.PairingCompleteHandler
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Delegate for Pairing Complete events.
public delegate void DevicePairing.PairingCompleteHandler(object sender, DevicePairingEventArgs args)
Parameters
senderobjectEvent sender.
argsDevicePairingEventArgsDevice event arguments.
- Extension Methods
Constructors
PairingCompleteHandler(object, IntPtr)
public PairingCompleteHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, DevicePairingEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, DevicePairingEventArgs args, AsyncCallback callback, object @object)
Parameters
senderobjectargsDevicePairingEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, DevicePairingEventArgs)
public virtual void Invoke(object sender, DevicePairingEventArgs args)
Parameters
senderobjectargsDevicePairingEventArgs