enum tapi_storage_service_type

Overview

Back-end service type. More…

#include <tapi_storage_common.h>

enum tapi_storage_service_type {
    TAPI_STORAGE_SERVICE_FTP,
    TAPI_STORAGE_SERVICE_SAMBA,
    TAPI_STORAGE_SERVICE_DLNA,
    TAPI_STORAGE_SERVICE_UNSPECIFIED,
};

Detailed Documentation

Back-end service type.

Enum Values

TAPI_STORAGE_SERVICE_FTP

FTP service.

TAPI_STORAGE_SERVICE_SAMBA

Samba service.

TAPI_STORAGE_SERVICE_DLNA

DLNA service.

TAPI_STORAGE_SERVICE_UNSPECIFIED

Unspecified service, marks it as uninitialized.