#include <OscReceivedElements.h>
Public Member Functions | |
ReceivedPacket (const char *contents, int32 size) | |
bool | IsMessage () const |
bool | IsBundle () const |
int32 | Size () const |
const char * | Contents () const |
osc::ReceivedPacket::ReceivedPacket | ( | const char * | contents, |
int32 | size | ||
) | [inline] |
const char* osc::ReceivedPacket::Contents | ( | ) | const [inline] |
bool osc::ReceivedPacket::IsBundle | ( | ) | const |
bool osc::ReceivedPacket::IsMessage | ( | ) | const [inline] |
int32 osc::ReceivedPacket::Size | ( | ) | const [inline] |