nn::uds::CTR::DestroyEndpoint Function

Syntax

nn::Result DestroyEndpoint(
     EndpointDescriptor * pEndpointDesc
);

Arguments

Name Description
pEndpointDesc
in pEndpoint Descriptor indicating the endpoint.

Return Values

Returns the function's execution result.

Description

Destroys an endpoint. At the same time, frees the receive buffer created when Attach was called.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL