otupy.core.content.Content

class Content

Bases: object

Content of the OpenC2 Message

A content is the base class to derive either a Command or a Response.

Methods

getType

Returns the Content type

Attributes

msg_type

The type of Content (MessageType)

getType()

Returns the Content type

msg_type: MessageType = None

The type of Content (MessageType)