Module c_api

Module c_api 

Source

Modules§

c_helper

Functions§

register_listener_c
See register_listener. NOTE: Response and error json objects expected to be null termianted strings. The data is copied internally for further processing to JS and then freed. It is assumed that the objects are heap allocated with malloc.
send_event_c
See send_event.
un_register_listener_c
See unregister_listener.

Type Aliases§

EventListenerFnC