Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 714 Bytes

File metadata and controls

50 lines (37 loc) · 714 Bytes

ClearReflashDisplayCallbacks Method - intrepidcs API

This method is used to clear callback functions that were set using the SetReflashDisplayCallback method.

{% tabs %} {% tab title="C/C++ Declare" %}

void _stdcall icsneoClearReflashDisplayCallbacks(void);

{% endtab %}

{% tab title="Visual Basic .NET Declare" %}

{% endtab %}

{% tab title="C# Declare" %}

{% endtab %} {% endtabs %}

Parameters

None

Return Values

None

Remarks

Examples

{% tabs %} {% tab title="C/C++ Example:" %}

{% endtab %}

{% tab title="C# Example" %}

{% endtab %}

{% tab title="Visual Basic .NET Example:" %}

{% endtab %} {% endtabs %}