DCClassParameter

class DCClassParameter

Bases: DCParameter

This represents a class (or struct) object used as a parameter itself. This means that all the fields of the class get packed into the message.

Inheritance diagram

Inheritance diagram of DCClassParameter

DCClass const *get_class(void) const

Returns the class object this parameter represents.