File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -86,30 +86,11 @@ Start image acquisition.
8686
8787** Syntax**
8888
89- ``` typescript
90- AcquireImage (
91- deviceConfiguration ?: DeviceConfiguration
92- ): void ;
93- ```
94-
95- ``` typescript
96-
97- AcquireImage (
98- successCallBack ?: () => void ,
99- failureCallBack ?: (
100- errorCode : number ,
101- errorString : string ) => void
102- ): void ;
103- ```
104-
10589``` typescript
10690AcquireImage (
10791 deviceConfiguration ?: DeviceConfiguration ,
10892 successCallBack ?: () => void ,
109- failureCallBack ?: (
110- deviceConfiguration ?: DeviceConfiguration ,
111- errorCode : number ,
112- errorString : string ) => void
93+ failureCallBack ?: (deviceConfiguration ? : DeviceConfiguration , errorCode : number , errorString : string ) => void
11394): void ;
11495
11596interface DeviceConfiguration {
You can’t perform that action at this time.
0 commit comments