Function ctru_sys::httpcInit

source ·
pub unsafe extern "C" fn httpcInit(sharedmem_size: u32_) -> Result
Expand description

Initializes HTTPC. For HTTP GET the sharedmem_size can be zero. The sharedmem contains data which will be later uploaded for HTTP POST. sharedmem_size should be aligned to 0x1000-bytes.