acltdtQueryChannelSize

The Atlas 200/300/500 Inference Product does not support this API.

Description

Queries the number of messages in a channel.

Prototype

aclError acltdtQueryChannelSize(const acltdtChannelHandle *handle, size_t *size)

Parameters

Parameter

Input/Output

Description

handle

Input

Channel.

Call acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance.

size

Output

Pointer to the number of messages.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.