nn::socket::SockAddrIn Structure

Syntax

struct SockAddrIn
{
   u8 len;
   u8 family;
   u16             port;
   InAddr addr;
};

Description

An IPv4 socket structure.

Member Variables

len The size of the socket structure.
family The address family.
port The port number.
addr An IPv4 address structure.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL