IBX.IBServices.TProtocol
Delphi
TProtocol = (TCP, SPX, NamedPipe, Local);
C++
enum DECLSPEC_DENUM TProtocol : unsigned char { TCP, SPX, NamedPipe, Local };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Beschreibung
TProtocol gibt ein Netzwerkprotokoll an.
TProtocol kann folgende Werte annehmen:
|
Local |
|
|
NamedPipe |
Benannte Pipe (FIFO) |
|
SPX |
IPX/SPX |
|
TCP |
Transport Control Protocol |