13# ifdef COMPILING_DLL_SimulatedRealityCore
14# define DIMENCOSR_API __declspec(dllexport)
16# define DIMENCOSR_API __declspec(dllimport)
38 virtual void send(uint64_t destination,
void* payload, uint64_t payloadSize) = 0;
Interface defining how to send messages between SR applications.
Definition: networkinterface.h:29
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:25
#define DIMENCOSR_API
Definition: networkinterface.h:19