Example: nca_set_dispatcher_response
This example shows setting up data and sending with nca_set_dispatcher_response.
static char const * DISPATCHER_CUSTOM_PROPERTY_ANSWER_TABLE[][3]= { {"MDIMaximise()||self||false", "1", ""}, {"MDIMaximise()||self||false", "1", ""}, {"document.title||self||true", "1", "GIOS - Vhi Healthcare"}, {"document.title=\"GIOS - Vhi Healthcare [SUSER@GIOSEM3C]\"||self||false", "1", "GIOS - Vhi Healthcare [SUSER@GIOSEM3C]"}, {"document.body.clientHeight||self||true", "1", "776"}, {"document.body.clientWidth||self||true", "1", "1259"}, { NULL, NULL, NULL } }; nca_set_dispatcher_response(DISPATCHER_CUSTOM_PROPERTY_ANSWER_TABLE);