Datalogic .NET SDK
GetDeviceCaps (Method)
Syntax
public DecodeDeviceCap GetDeviceCaps();
Description
Returns the capabilities of a specific decoding device in DecodeDeviceCap Enumeration format.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
|
- |
|
|
|
|
[return] |
DecodeDeviceCap |
|
The return value is a combination Datalogic.API.DecodeDeviceCap enumerations that indicates the capabilities of the decoding device. DecodeDeviceCap enumerations are OR'ed together. |
[on error] |
- |
|
- |
Example
private void btnDevCaps_Click(object sender, EventArgs e) { // hDcd = new DecodeHandle(...); Global instance of DecodeHandle class DecodeDeviceCap ENUM_ddc = DecodeDeviceCap.Exists; ENUM_ddc = hDcd.GetDeviceCaps(); txtDevCaps.Text = ENUM_ddc.ToString(); }
|
See Also
DecodeDeviceCap (Enum), Example #004.
Copyright © Datalogic ADC. All Right Reserved