The Message must be Unicode
so 2 Bytes
At iSro it looks like this

S->C)
///Chatpacket---for nuconnector/srProxy only
1100263002000504003657374040065300650073007400
for Type 0x02, 0x04, 0x05 and 0x06:
# of Bytes | Description
-----------|------------------------
2 | Size of the Data in byte
2 | Opcode
2 | Direction 0200 = to client and 0100 = to server
1 | Type of the Message
2 | Size of the Name
-- | As specified before
2 | Length of the Message. Counting every UNICODE char(2 bytes = 1 char)
-- | As specified before, but doubled, since 1 char needs 2 bytes