acldvppGetChannelDescChannelId
Description
Obtains channel ID with the channel description.
Restrictions
API call sequence: acldvppCreateChannelDesc -> acldvppCreateChannel -> acldvppGetChannelDescChannelId
Prototype
uint64_t acldvppGetChannelDescChannelId(const acldvppChannelDesc *channelDesc)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to the channel description. Call acldvppCreateChannelDesc to create data of the acldvppChannelDesc type in advance. |
Returns
Channel ID
Parent topic: acldvppChannelDesc