IBX.IBServices.TProtocol
Delphi
TProtocol = (TCP, SPX, NamedPipe, Local);
C++
enum DECLSPEC_DENUM TProtocol : unsigned char { TCP, SPX, NamedPipe, Local };
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TProtocol identifie un protocole réseau.
Les valeurs de TProtocol sont :
Local |
|
NamedPipe |
Canal nommé (FIFO) |
SPX |
IPX/SPX |
TCP |
Protocole de contrôle de transport |