TCPIP_STACK_VersionStrGet Function
C
const char * TCPIP_STACK_VersionStrGet(
const SYS_MODULE_INDEX index
);
Description
This function gets the TCP/IP stack version. The version is returned as major.minor.path[type], where type is optional. The numerical version can be obtained using TCPIP_STACK_VersionGet().
Preconditions
None.
Parameters
Parameters | Description |
---|---|
index | Identifier for the object instance to get the version for. |
Returns
Current TCP/IP stack version in the string format.
Remarks
None.