32 #ifndef RAW_CONNECTION_H_
33 #define RAW_CONNECTION_H_
89 GRASSROOTS_NETWORK_API int AtomicSendStringViaRawConnection (
const char *data_s,
struct RawConnection *connection_p);
104 GRASSROOTS_NETWORK_API int AtomicSendViaRawConnection (
const char *buffer_p, uint32 num_to_send,
struct RawConnection *connection_p);
107 GRASSROOTS_NETWORK_LOCAL int SendJsonRequestViaRawConnection (
struct RawConnection *connection_p,
const json_t *json_p);