Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 484 Bytes

File metadata and controls

21 lines (18 loc) · 484 Bytes
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex breadcrumbText
default-layout
EnumTorchState - Dynamsoft Capture Vision React Native Edition
The enumeration of torch state
Torch state, API reference
true
true
true
EnumTorchState

EnumTorchState

EnumTorchState is the enumeration for available torch (flash) states.

enum EnumTorchState{
    ON = 0, // Turn on the torch.
    OFF = 1 // Turn off the torch.
}