Datalogic .NET SDK

CancelNotifyRelease (Method)

 

Syntax

 

public bool CancelNotifyRelease();

 

Class                           : DecodeHandle

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

Cancels the request to be notified when the trigger button is released.

 

 

Parameters Table

 

Type

Parameter

Description

[in]

void

-

-

 

 

 

 

[return]

bool

 

A value of TRUE is returned on success, otherwise FALSE is returned to indicate failure.

[on error]

FALSE

 

 

 

 

Example

 

        private void btnDelReleaseMsg_Click(object sender, EventArgs e)

        {

            // hDcd = new DecodeHandle(...); Global instance of DecodeHandle class

            bool b = hDcd.CancelNotifyRelease();

            MySetTextBox("Del-PostReleaseMsg");

        }

 

 

 

See Also

Microsoft.WindowsCE.Forms.MessageWindow, WM_USER, DecodeEvent.ScanStart (Event), DecodeEvent.StopScanListener (Method), Example #020.

 

 

Copyright © Datalogic ADC. All Right Reserved