CMD_WRTE constant

int const CMD_WRTE

WRTE is the write stream message. It is sent with a payload that is the data to write to the stream.

Implementation

static const int CMD_WRTE = 0x45545257;