Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Interface OfflineWorkResponseHandler

    Namespace: Neosmartpen.Net
    Assembly: Neosmartpen.Net.dll
    Syntax
    public interface OfflineWorkResponseHandler

    Methods

    | Edit this page View Source

    onReceiveOfflineStrokes(int, int, Stroke[])

    Declaration
    void onReceiveOfflineStrokes(int totalDataSize, int receiveDataSize, Stroke[] strokes)
    Parameters
    Type Name Description
    int totalDataSize
    int receiveDataSize
    Stroke[] strokes
    | Edit this page View Source

    onRequestDownloadOfflineData(int, int, int)

    Declaration
    void onRequestDownloadOfflineData(int sectionId, int ownerId, int noteId)
    Parameters
    Type Name Description
    int sectionId
    int ownerId
    int noteId
    | Edit this page View Source

    onRequestRemoveOfflineData(int, int)

    Declaration
    void onRequestRemoveOfflineData(int sectionId, int ownerId)
    Parameters
    Type Name Description
    int sectionId
    int ownerId
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX