es_message_size(_:)
Calculates the size of a message structure.
Declaration
func es_message_size(_ msg: UnsafePointer<es_message_t>) -> IntParameters
- msg:
The message to calculate the size of.
Return Value
The calculated size of the message.
Calculates the size of a message structure.
func es_message_size(_ msg: UnsafePointer<es_message_t>) -> IntThe message to calculate the size of.
The calculated size of the message.