IICDeviceDelegate Interface

Definition

This interface represents the Objective-C protocol ICDeviceDelegate.

[Foundation.Protocol(Name="ICDeviceDelegate", WrapperType=typeof(ImageCaptureCore.ICDeviceDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidRemoveDevice", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="didRemoveDevice:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOpenSession", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didOpenSessionWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBecomeReady", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidBecomeReady:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCloseSession", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didCloseSessionWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeName", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidChangeName:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSharingState", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidChangeSharingState:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveStatusInformation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="device:didReceiveStatusInformation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didEncounterError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveButtonPress", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSString) }, Selector="device:didReceiveButtonPress:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveCustomNotification", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), typeof(Foundation.NSData) }, Selector="device:didReceiveCustomNotification:data:")]
public interface IICDeviceDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="ICDeviceDelegate", WrapperType=typeof(ImageCaptureCore.ICDeviceDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidRemoveDevice", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="didRemoveDevice:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOpenSession", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didOpenSessionWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBecomeReady", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidBecomeReady:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCloseSession", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didCloseSessionWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeName", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidChangeName:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSharingState", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice) }, Selector="deviceDidChangeSharingState:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveStatusInformation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="device:didReceiveStatusInformation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSError) }, Selector="device:didEncounterError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveButtonPress", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSString) }, Selector="device:didReceiveButtonPress:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReceiveCustomNotification", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageCaptureCore.ICDevice), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), typeof(Foundation.NSData) }, Selector="device:didReceiveCustomNotification:data:")>]
type IICDeviceDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to