Datalogic .NET SDK
PlayGoodReadBeep (Method)
Syntax
public static bool PlayGoodReadBeep(DecodeGoodReadBeepType beepType);
Description
This produces the Good Read indication (audible and visual), as defined by the decoding configuration parameters.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
DecodeGoodReadBeepType |
beepType |
The type of beep to produce. |
|
|
|
|
[return] |
bool |
|
TRUE is returned on success, otherwise FALSE is returned. |
[on error] |
FALSE |
|
|
Example
private void btnPlayBeep_Click(object sender, EventArgs e) { bool bSuccess = false;
bSuccess = Decode.PlayGoodReadBeep(DecodeGoodReadBeepType.LabelRead); }
|
See Also
DecodeGoodReadBeepType (Enum), Example #015 (1).
Copyright © Datalogic ADC. All Right Reserved