Conscience Core
Public Attributes | List of all members
conscience_core::communication::CscMessageHandlerResult Struct Reference

#include <CscMessageHandler.h>

Public Attributes

const unsigned char * bytes
 
size_t bytesCount
 

Member Data Documentation

◆ bytes

const unsigned char* conscience_core::communication::CscMessageHandlerResult::bytes

Message handling result, as bytes. If result is a plain string, those bytes will just be string chars, terminated by \0. If result is binary, you will find a prefix ^CSCB^[bytesLength]^[lastModTimeMillisOrMinus1]^ and then data bytes

Note
this pointer will be deleted once response is sent

◆ bytesCount

size_t conscience_core::communication::CscMessageHandlerResult::bytesCount

The documentation for this struct was generated from the following file: