NET_PRES_TransIsPortDefaultSecured Type
C
typedef bool (* NET_PRES_TransIsPortDefaultSecured)(uint16_t port);
Returns
true - The port is encrypted by default and the presentation layer will start negotiating encryption when it is connected.
false - The post is not encrypted by default.
Description
Presentation Layer Transport Layer Is Port Encrypted This function prototype is used by the presentation layer to determine if a port is encrypted by default or not when it is opened.
Preconditions
None.