Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.CreateKeypadEffectDelegate

    Create keypad effect.

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

    Constructors

    CreateKeypadEffectDelegate(Object, IntPtr)

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

    Methods

    BeginInvoke(KeypadEffectType, IntPtr, ref Guid, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(KeypadEffectType effectType, IntPtr param, ref Guid effectId, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    KeypadEffectType effectType
    IntPtr param
    Guid effectId
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref Guid, IAsyncResult)

    Declaration
    public virtual Result EndInvoke(ref Guid effectId, IAsyncResult result)
    Parameters
    Type Name Description
    Guid effectId
    IAsyncResult result
    Returns
    Type Description
    Result

    Invoke(KeypadEffectType, IntPtr, ref Guid)

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