1.5.5.4.30 SRV_FU_RequestSwapVersion Function
C
void SRV_FU_RequestSwapVersion(SRV_FU_TRAFFIC_VERSION trafficVersion);
Summary
Requests to swap the PRIME stack version.
Description
This function is used to request to swap the PRIME stack version.
Precondition
The SRV_FU_Initialize function should have been called before calling this function.
Parameters
Param | Description |
---|---|
trafficVersion |
Type of traffic PRIME 1.3 or 1.4 detected |
Returns
None.
Example
SRV_FU_RequestSwapVersion(SRV_FU_TRAFFIC_VERSION_PRIME_1_3);
Remarks
This function is called by the PRIME stack.