NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::neuraylib::IRemote_server Class Referenceabstract

The server of the Iray Bridge. More...

Inheritance diagram for mi::neuraylib::IRemote_server:
Inheritance graph
[legend]

Public Member Functions

virtual Sint32  start ()=0
  Starts the server. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xe710c870, 0x8ace, 0x4c93, 0xa0, 0x18, 0x98, 0xea, 0x3d, 0x74, 0xd2, 0x05 >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xe710c870, 0x8ace, 0x4c93, 0xa0, 0x18, 0x98, 0xea, 0x3d, 0x74, 0xd2, 0x05 >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

The server of the Iray Bridge.

Member Function Documentation

virtual Sint32 mi::neuraylib::IRemote_server::start ( )
pure virtual

Starts the server.

The server needs to be configured using mi::neuraylib::IRemote_configuration before.

Returns
0 on success, <0 otherwise.