nn::uds::CTR::CreateEndpoint Functionnn::Result CreateEndpoint( EndpointDescriptor * pEndpointDesc );
| Name | Description | |
|---|---|---|
| out | pEndpointDesc | Descriptor indicating the endpoint to create. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. Execute the nn::uds::Initialize function. |
| ResultOutOfResource | Already more than the stipulated number of enpoints have been generated. Destroy an existing endpoint. |
ResultWirelessOff |
Transitioned to wireless OFF mode. Re-initialization is required. |
| A value other than the above. | Failed for reasons other than those given above. |
Creates a network endpoint and returns the corresponding descriptor.
[Provisional spec] Currently, up to 16 endpoints can be created.
CONFIDENTIAL