nn::uds::CTR::EndpointDescriptor Structure

Syntax

struct EndpointDescriptor
{
   u32 id;
};

Description

Endpoint descriptor. This corresponds to a socket descriptor.

Currently this only contains an ID, but other fields may be added in the future.

Member Variables

id ID assigned each time CreateEndpoint is run.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL