The Nebula Device 3: Net::DebugMessage Class Reference

The Nebula Device 3

Net::DebugMessage Class Reference

#include <debugmessage.h>


Detailed Description

Encapsulates a stream and a port number for debug communication. Currently this class is only used on the Wii for communication over the HIO2 channel, but is public for the PC proxy tools communicating with the Wii devkit.

(C) 2009 Radon Labs GmbH

Public Member Functions

 DebugMessage ()
 default constructor
 DebugMessage (ushort port, const Ptr< IO::Stream > &data)
 constructor
ushort GetPort () const
 get the port number
const Ptr< IO::Stream > & GetStream () const
 get the data stream
bool IsValid () const
 return true if the message is valid