![]() | ![]() | ![]() | Libbeagle Reference Manual | ![]() |
---|
BeagleDaemonInformationResponseBeagleDaemonInformationResponse — |
BeagleDaemonInformationResponse; const char* beagle_daemon_information_response_get_version (BeagleDaemonInformationResponse *response); const char* beagle_daemon_information_response_get_human_readable_status (BeagleDaemonInformationResponse *response); const char* beagle_daemon_information_response_get_index_information (BeagleDaemonInformationResponse *response);
typedef struct _BeagleDaemonInformationResponse BeagleDaemonInformationResponse;
const char* beagle_daemon_information_response_get_version (BeagleDaemonInformationResponse *response);
Fetches the version string of the given BeagleDaemonInformationResponse.
response : | a BeagleDaemonInformationResponse |
Returns : | the version string of the BeagleDaemonInformationResponse. |
const char* beagle_daemon_information_response_get_human_readable_status (BeagleDaemonInformationResponse *response);
Fetches the status string of the given BeagleDaemonInformationResponse.
response : | a BeagleDaemonInformationResponse |
Returns : | the status of the BeagleDaemonInformationResponse. |
const char* beagle_daemon_information_response_get_index_information (BeagleDaemonInformationResponse *response);
Fetches the index information of the given BeagleDaemonInformationResponse.
response : | a BeagleDaemonInformationResponse |
Returns : | the index information of the BeagleDaemonInformationResponse. |
<< Extra API | BeagleDaemonInformationRequest >> |