nn::uds::CTR::CreateEndpoint Function

Syntax

nn::Result CreateEndpoint(
     EndpointDescriptor * pEndpointDesc
);

Arguments

Name Description
out pEndpointDesc Descriptor indicating the endpoint to create.

Return Values

Returns the function's execution result.

Description

Creates a network endpoint and returns the corresponding descriptor. [Provisional spec] Currently, up to 16 endpoints can be created.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL