comm_prot_get_gclass()

comm_prot_get_gclass()#

Retrieve the GClass (Generic Class) associated with a communication protocol.

Prototype

PUBLIC const char *comm_prot_get_gclass(
    const char  *protocol_name
);
        

Parameters

Key

Type

Description

protocol_name

const char *

The name of the communication protocol.


Return Value

Returns the name of the GClass associated with the protocol, or NULL if not found.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples