Share via


ICScannerDeviceDelegate.DidOpenSession(ICDevice, NSError) Method

Definition

[Foundation.Export("device:didOpenSessionWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOpenSession(ImageCaptureCore.ICDevice device, Foundation.NSError? error);
[<Foundation.Export("device:didOpenSessionWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidOpenSession : ImageCaptureCore.ICDevice * Foundation.NSError -> unit
override this.DidOpenSession : ImageCaptureCore.ICDevice * Foundation.NSError -> unit

Parameters

device
ICDevice
error
NSError

Implements

Attributes

Applies to