Example: nca_set_dispatcher_reply_response

This example shows setting up data and sending with nca_set_dispatcher_reply_response.

static char const * DISPATCHER_REPLY_CUSTOM_PROPERTY_ANSWER_TABLE[][2]=
{
    {"document.title||self||true", "GIOS - Vhi Healthcare"},
    {"document.body.clientHeight||self||true", "730"},
    {"document.body.clientWidth||self||true", "1015"},
    { NULL, NULL }
};

nca_set_dispatcher_reply_response(DISPATCHER_REPLY_CUSTOM_PROPERTY_ANSWER_TABLE);