DeviceType Enumeration

Namespace: id3.Devices

Definition

Defines a set of possible types of devices that can be managed by the system, facilitating type-specific operations and interactions.
class DeviceType
enum DeviceType
public enum DeviceType
public enum DeviceType
typedef enum id3DevicesDeviceType

Fields

Name

Value

Description

unknown

0

Represents a device whose type is not recognized by the system, typically used as a default value.

camera

0x0001

Denotes devices designed for capturing images or video, such as webcams or digital cameras.

videoStream

0x0002

Identifies devices that provide data in a continuous stream, such as live video feeds.

videoFile

0x0004

Identifies devices that provide data in a continuous stream, such as live video feeds.

fingerScanner

0x0008

Specifies devices used for biometric identification through fingerprint scanning.

signaturePad

0x0010

Refers to electronic devices used to capture digital representations of handwritten signatures.

barcodeReader

0x0020

Indicates devices capable of reading and decoding barcodes, typically used in retail or inventory management.