Share via


IICDeviceDelegate.DidOpenSession(ICDevice, NSError) Method

Definition

[Foundation.Export("device:didOpenSessionWithError:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOpenSession(ImageCaptureCore.ICDevice device, Foundation.NSError? error);
[<Foundation.Export("device:didOpenSessionWithError:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to