WPILibC++  trunk
Public Member Functions | Public Attributes | List of all members
DataIOStream Class Reference
Collaboration diagram for DataIOStream:
Collaboration graph
[legend]

Public Member Functions

 DataIOStream (IOStream *stream)
 
void writeByte (uint8_t b)
 
void write2BytesBE (uint16_t s)
 
void writeString (std::string &str)
 
void flush ()
 
uint8_t readByte ()
 
uint16_t read2BytesBE ()
 
std::string * readString ()
 
void close ()
 
void SetIOStream (IOStream *stream)
 

Public Attributes

IOStreamiostream
 

Detailed Description

Definition at line 30 of file DataIOStream.h.


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