Synopsis

(macro) size_t oqm_GetDataSize(OQM_QUEUE *queue)

Purpose

Get the data size of an object queue.

Description

This function will return the size (in bytes) of the objects stored in an object queue. This will be the same as the value specified to oqm_CreateQueue for the element size parameter.

Input

queue

Queue pointer

Return

Data size