Abstract interface for snapshot events.
More...
#include <iiray_bridge_client.h>
|
typedef Interface_declare< id1, ... > | Self |
| Own type. More...
|
|
typedef Uuid_t< id1, ... > | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
typedef Interface_declare< id1, ... > | Self |
| Own type. More...
|
|
typedef Uuid_t< id1, ... > | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface. More...
|
|
◆ ready()
virtual void mi::bridge::IIray_bridge_snapshot_callback::ready |
( |
Sint32 |
error_code, |
|
|
const char * |
file_name |
|
) |
| |
|
pure virtual |
Called when the snapshot is done or if there was an error.
- Parameters
-
error_code | 0 in case of success, or < 0 in case of failure.
- 0: The snapshot was successfully created.
- -1: Network error.
- -2: Failed to execute server side job to save snapshot.
- -3: The snapshot was canceled.
- -4: Illegal characters in path.
- -5: Failed to save .cb file.
- -6: Failed to create snapshot.
- -7: Server application refused the snapshot.
- <= -8: Unspecified error.
|
file_name | The file name that was used for this snapshot if error_code was 0. Otherwise this is a short error message that describes the error. |