Contents

es_message_size(_:)

Calculates the size of a message structure.

Declaration

func es_message_size(_ msg: UnsafePointer<es_message_t>) -> Int

Parameters

  • msg:

    The message to calculate the size of.

Return Value

The calculated size of the message.

See Also

Deprecated Functions