IBX.IBServices.TProtocol
Delphi
TProtocol = (TCP, SPX, NamedPipe, Local);
C++
enum DECLSPEC_DENUM TProtocol : unsigned char { TCP, SPX, NamedPipe, Local };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
説明
TProtocol は,ネットワークプロトコルを識別します。
TProtocol 値は次のとおりです。
|
Local |
|
|
NamedPipe |
名前付きパイプ(FIFO) |
|
SPX |
IPX/SPX |
|
TCP |
転送制御プロトコル(Transport Control Protocol) |