Function 関数

protocol_getName

Returns a the name of a protocol. あるプロトコルの名前を返します。

Declaration 宣言

const char * protocol_getName(Protocol *proto);

Parameters パラメータ

p

A protocol. あるプロトコル。

Return Value 戻り値

The name of the protocol p as a C string.

See Also 参照

Working with Protocols プロトコルを扱う