Datalogic .NET SDK

CancelNotifyStart (Method)

 

Syntax

 

public bool CancelNotifyStart();

 

Class                           : DecodeHandle

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

Cancel the request to be notified when a scan attempt is started.

 

 

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 btnCancelNotifyStart_Click(object sender, EventArgs e)

        {

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

 

            bool b = hDcd.CancelNotifyStart();

            MySetTextBox("Del-PostStartMsg");

        }

 

 

 

Remarks

For each decoding device, only one event or message can be in effect at any time.

This method cancels whichever, event or message, start notification is active.

 

 

See Also

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

 

 

Copyright © Datalogic ADC. All Right Reserved