DWCProxySetting

Definitions


#include <dwc.h>

typedef struct DWCProxySetting {
    u16 authType;
    u16 port;
    u8 hostName[0x64];
    u8 authId[0x20];
    u8 authPass[0x20];
} DWCProxySetting;

Description

This structure stores proxy setting information.

authType Proxy authentication type.
port Port to be used by the proxy.
hostName Proxy server URL.
authId ID during basic authentication.
authPass Password during basic authentication.

See Also

DWC_GetProxySetting

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL