WPILibC++ 2024.1.1-beta-4
uv_buf_t Struct Reference

It should be possible to cast uv_buf_t[] to WSABUF[] see http://msdn.microsoft.com/en-us/library/ms741542(v=vs.85).aspx. More...

#include </home/runner/work/allwpilib/allwpilib/wpinet/src/main/native/thirdparty/libuv/include/uv/unix.h>

Inheritance diagram for uv_buf_t:
wpi::uv::Buffer

Public Attributes

char * base
 
size_t len
 
ULONG len
 

Detailed Description

It should be possible to cast uv_buf_t[] to WSABUF[] see http://msdn.microsoft.com/en-us/library/ms741542(v=vs.85).aspx.

Member Data Documentation

◆ base

char * uv_buf_t::base

◆ len [1/2]

size_t uv_buf_t::len

◆ len [2/2]

ULONG uv_buf_t::len

The documentation for this struct was generated from the following files: