|
|
const int | ARS548_OK = 0 |
| | Success.
|
| |
|
const int | ARS548_ERROR_STATE = 40001 |
| | Status errors, e.g. duplicate start of receiving.
|
| |
|
const int | ARS548_ERROR_RESOURCE_CREATION = 40002 |
| | Failed to create resources, e.g. failed to create threads.
|
| |
|
const int | ARS548_ERROR_NETWORK_INIT_FAILED = 40003 |
| | Network initialization failed.
|
| |
|
const int | ARS548_ERROR_NETWORK_BIND_FAILED = 40004 |
| | Failed to bind address or port.
|
| |
|
const int | ARS548_ERROR_NETWORK_MULTICAST_INIT_FAILED = 40005 |
| | Multicast initialization failed.
|
| |
|
const int | ARS548_ERROR_NETWORK_INVALID_MULTICAST_IP = 40006 |
| | Invalid multicast IP.
|
| |
|
const int | ARS548_ERROR_NOT_IMPLEMENTED = 40007 |
| | This feature is not yet implemented.
|
| |
|
const int | ARS548_ERROR_SEND_FAILED = 40008 |
| | Send failed.
|
| |
|
const int | ARS548_ERROR_FILE_NOT_EXIST = 40009 |
| | The file or directory does not exist.
|
| |
|
const int | ARS548_ERROR_FILE_READ_FAILED = 40010 |
| | Failed to read file.
|
| |
|
const int | ARS548_ERROR_DIRECTORY_CREATION_FAILED = 40011 |
| | Failed to create directory.
|
| |
|
const int | ARS548_ERROR_FILE_CREATION_FAILED = 40012 |
| | Failed to create file.
|
| |
|
const int | ARS548_ERROR_FILE_WRITE_FAILED = 40013 |
| | Failed to write file.
|
| |
|
const int | ARS548_ERROR_RECORD_ALREADY_LOAD = 40014 |
| | The record has already been loaded.
|
| |
Return value definitions for SDK functions.