acldvppDestroyChannelDesc
Description
Destroys data of the acldvppChannelDesc type created by the acldvppCreateChannelDesc call.
Prototype
aclError acldvppDestroyChannelDesc(acldvppChannelDesc *channelDesc)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to data of the acldvppChannelDesc type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acldvppChannelDesc