4D Internet Commands v14IT_TCPversion |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Internet Commands v14
IT_TCPversion
|
IT_TCPversion ( stackKind ; stackVersion ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
stackKind | Integer |
![]() |
0 = None, 3 = WinSock, 4 = BSD | |||||
stackVersion | Text |
![]() |
Version number of the TCP stack | |||||
Function result | Integer |
![]() |
Error Code | |||||
The IT_TCPversion command returns information about the type of TCP stack currently in use by the 4D Internet Commands. The type of Stack varies by platform. Under Macintosh, only BSD is now supported. Under Windows, the WinSock TCP stack is supported.
stackKind returns an integer value expressing the type of TCP stack currently in use. The value returned identifies the following supported TCP stacks:
Code | TCP Stack |
0 | None |
1 | MacTCP (Obsolete, see Compatibility note) |
2 | Open Transport (Obsolete, see Compatibility note) |
3 | WinSock |
4 | BSD Sockets |
Compatibility notes:
stackVersion returns a Text value representing the version number of the TCP stack currently in use and identified by the stackKind parameter.
Product: 4D Internet Commands
Theme: IC Utilities
Number:
88916
Modified: 4D Internet Commands 2004
4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)