struct tapi_local_storage_device_methods

Methods to operate with device.

#include <tapi_local_storage_device.h>

struct tapi_local_storage_device_methods {
    // fields

    tapi_local_storage_device_method_insert insert;
    tapi_local_storage_device_method_eject eject;
};