UNPKG
@scandit/web-barcode-link
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
The Scandit Web Barcode Link package
@scandit/web-barcode-link
/
dist
/
BarcodeLinkUilessFlowMessage.d.ts
8 lines
(7 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
BarcodeLinkUilessFlowSocketMessage
{
AllOthersDisconnected
=
"allOthersDisconnected"
,
Capture
=
"capture"
,
Configuration
=
"configuration"
,
RemoteScanStarted
=
"remoteScanStarted"
,
AllOthersReconnected
=
"allOthersReconnected"
}