Harlequin RIP SDK

The structure of all JSON message payloads received from the RIP farm. More...

#include "rf_reply_msgs.h"

Data Fields

RF_MSG_TYPE msg_type
 Identifies the type of the message contained in payload.
 
RF_PAYLOADpayload
 An opaque pointer specific to the reply message. More...
 

Detailed Description

The structure of all JSON message payloads received from the RIP farm.

All messages are received via the message_callback parameter to rf_iface_start().

Field Documentation

◆ payload

RF_PAYLOAD* RF_FARM_REPLY::payload

An opaque pointer specific to the reply message.

The reply payload can be extracted to either a json string with rf_extract_json_string() or a C structure with the appropriate rf_extract_message() function for a msg_type.


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