Datalogic .NET SDK
CancelNotifyStop (Method)
Syntax
public bool CancelNotifyStop();
Description
Cancel the request to be notified when a scan attempt is stopped.
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 btnCancelPostStop_Click(object sender, EventArgs e) { // hDcd = new DecodeHandle(...); Global instance of DecodeHandle class
bool b = hDcd.CancelNotifyStop(); MySetTextBox("Del-PostStopMsg"); }
|
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 #018.
Copyright © Datalogic ADC. All Right Reserved