DeviceType Enumeration¶
Namespace: id3.Devices
Definition¶
class DeviceType
enum DeviceType
public enum DeviceType
public enum DeviceType
typedef enum id3DevicesDeviceType
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Represents a device whose type is not recognized by the system, typically used as a default value. |
|
0x0001 |
Denotes devices designed for capturing images or video, such as webcams or digital cameras. |
|
0x0002 |
Identifies devices that provide data in a continuous stream, such as live video feeds. |
|
0x0004 |
Identifies devices that provide data in a continuous stream, such as live video feeds. |
|
0x0008 |
Specifies devices used for biometric identification through fingerprint scanning. |
|
0x0010 |
Refers to electronic devices used to capture digital representations of handwritten signatures. |
|
0x0020 |
Indicates devices capable of reading and decoding barcodes, typically used in retail or inventory management. |