OpenSDN source code
|
#include <thrift_transport.h>
Public Attributes | |
ThriftTransportType | ttype |
int32_t(* | read )(struct _ThriftTransport *transport, void *buf, u_int32_t len, int *error) |
u_int8_t(* | write )(struct _ThriftTransport *transport, const void *buf, const u_int32_t len, int *error) |
Thrift Transport class
Definition at line 42 of file thrift_transport.h.
int32_t(* _ThriftTransport::read)(struct _ThriftTransport *transport, void *buf, u_int32_t len, int *error) |
Definition at line 46 of file thrift_transport.h.
ThriftTransportType _ThriftTransport::ttype |
Definition at line 44 of file thrift_transport.h.
u_int8_t(* _ThriftTransport::write)(struct _ThriftTransport *transport, const void *buf, const u_int32_t len, int *error) |
Definition at line 48 of file thrift_transport.h.