FLImaging 6.6.27.1
DefinitionsDevices.h
1#pragma once
2
8
12namespace FLImaging
13{
17 namespace Devices
18 {
29 {
34
39
44
49
54
59 };
60
61 }
62}
Definition AutoFileCleaner.h:17
ESocketMode
통신에 사용되는 소켓 모드의 정의
Definition DefinitionsDevices.h:29
@ ESocketMode_FLProtocol_Passive_Secured
FLProtocol Passive mode with Secured communication
Definition DefinitionsDevices.h:38
@ ESocketMode_NoProtocol_Passive
No protocol Passive mode with Plain communication
Definition DefinitionsDevices.h:53
@ ESocketMode_NoProtocol_Active
No protocol Active mode with Plain communication
Definition DefinitionsDevices.h:43
@ ESocketMode_NoProtocol_Passive_BlockTransfer
No protocol Passive mode with Block Transfer communication
Definition DefinitionsDevices.h:58
@ ESocketMode_NoProtocol_Active_BlockTransfer
No protocol Active mode with Block Transfer communication
Definition DefinitionsDevices.h:48
@ ESocketMode_FLProtocol_Passive_Plain
FLProtocol Passive mode with Plain communication
Definition DefinitionsDevices.h:33