Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.QueryDeviceDelegate

    Query for device information.

    Inheritance
    Object
    NativeSdkMethods.QueryDeviceDelegate
    Namespace: Colore.Native
    Assembly: Colore.dll
    Syntax
    public sealed class QueryDeviceDelegate : MulticastDelegate

    Constructors

    QueryDeviceDelegate(Object, IntPtr)

    Declaration
    public QueryDeviceDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(Guid, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Guid deviceId, IntPtr info, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Guid deviceId
    IntPtr info
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Result EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    Result

    Invoke(Guid, IntPtr)

    Declaration
    public virtual Result Invoke(Guid deviceId, IntPtr info)
    Parameters
    Type Name Description
    Guid deviceId
    IntPtr info
    Returns
    Type Description
    Result
    In This Article
    Back to top Copyright © 2015-2021 by Adam Hellberg and Brandon Scott
    Generated by DocFX