8# ifdef COMPILING_DLL_SimulatedRealityCore
9# define DIMENCOSR_API __declspec(dllexport)
11# define DIMENCOSR_API __declspec(dllimport)
33 virtual void send(uint64_t destination,
void* payload, uint64_t payloadSize) = 0;
Interface defining how to send messages between SR applications.
Definition: networkinterface.h:24
virtual void send(uint64_t destination, void *payload, uint64_t payloadSize)=0
Send data over NetworkInterface.
virtual bool isActive()=0
Returns whether the connection is active.
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
#define DIMENCOSR_API
Definition: networkinterface.h:14