protocol_string_uc
Last updated March 2020
Name
protocol_string_uc — Returns a protocol string in uppercase
Synopsis
#include "message.h"
| const char * **protocol_string_uc** (
| p_num)
; | |
Description
Returns a protocol string in uppercase.
A sample call:
proto = protocol_string_uc(mess->recv_method);
- p_num
-
A protocol number.
This function returns the string version of a protocol such as ESMTP
, REST
, or SMPP
,
It is legal to call this function in any thread.
Was this page helpful?