Struct EndpointCapabilities

Struct Documentation

struct EndpointCapabilities

Struct holding the capabilities of an endpoint.

The capabilities are used to determine which operations are supported by the endpoint. The capabilities are used to determine whether the endpoint can send buffered, send copy, send zero-copy and receive data.

Public Members

bool send_buffered = {false}
bool send_copy = {false}
bool send_zero_copy = {false}
bool receive = {false}