class TcpTransportInterface
Defined at line 165 of file ../../src/firmware/gigaboot/cpp/fastboot.h
APIs for fastboot over tcp.
Public Methods
bool Read (void * out, size_t size)
Interface for reading from/writing to a tcp connection. Implementation should
guarantee that these operations are blocking.
bool Read (void * out, size_t size)
Interface for reading from/writing to a tcp connection. Implementation should
guarantee that these operations are blocking.
bool Write (const void * data, size_t size)
bool Write (const void * data, size_t size)