TProtocol identifies a network protocol.
TProtocol = ( TCP, SPX, NamedPipe, Local );
enum TProtocol { TCP, SPX, NamedPipe, Local };
TProtocol values are:
Local |
|
NamedPipe |
Named pipe (FIFO) |
SPX |
IPX/SPX |
TCP |
Transport control protocol |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|