DriveAta
Object Hierarchy:
Description:
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Drive.Ata.
All known implementing classes:
Namespace: UDisks
Package: udisks2
Content:
Properties:
- public abstract bool aam_enabled { get; set; }
Represents the D-Bus property "AamEnabled".
- public abstract bool aam_supported { get; set; }
Represents the D-Bus property "AamSupported".
- public abstract int aam_vendor_recommended_value { get; set; }
Represents the D-Bus property "AamVendorRecommendedValue".
- public abstract bool apm_enabled { get; set; }
Represents the D-Bus property "ApmEnabled".
- public abstract bool apm_supported { get; set; }
Represents the D-Bus property "ApmSupported".
- public abstract bool pm_enabled { get; set; }
Represents the D-Bus property "PmEnabled".
- public abstract bool pm_supported { get; set; }
Represents the D-Bus property "PmSupported".
- public abstract bool read_lookahead_enabled { get; set; }
Represents the D-Bus property "ReadLookaheadEnabled".
- public abstract bool read_lookahead_supported { get; set; }
Represents the D-Bus property "ReadLookaheadSupported".
- public abstract int security_enhanced_erase_unit_minutes { get; set; }
Represents the D-Bus property "SecurityEnhancedEraseUnitMinutes".
- public abstract int security_erase_unit_minutes { get; set; }
Represents the D-Bus property "SecurityEraseUnitMinutes".
- public abstract bool security_frozen { get; set; }
Represents the D-Bus property "SecurityFrozen".
- public abstract bool smart_enabled { get; set; }
Represents the D-Bus property "SmartEnabled".
- public abstract bool smart_failing { get; set; }
Represents the D-Bus property "SmartFailing".
- public abstract int smart_num_attributes_failed_in_the_past { get; set; }
Represents the D-Bus property "SmartNumAttributesFailedInThePast".
- public abstract int smart_num_attributes_failing { get; set; }
Represents the D-Bus property "SmartNumAttributesFailing".
- public abstract int64 smart_num_bad_sectors { get; set; }
Represents the D-Bus property "SmartNumBadSectors".
- public abstract uint64 smart_power_on_seconds { get; set; }
Represents the D-Bus property "SmartPowerOnSeconds".
- public abstract int smart_selftest_percent_remaining { get; set; }
Represents the D-Bus property "SmartSelftestPercentRemaining".
- public abstract string smart_selftest_status { owned get; set; }
Represents the D-Bus property "SmartSelftestStatus".
- public abstract bool smart_supported { get; set; }
Represents the D-Bus property "SmartSupported".
- public abstract double smart_temperature { get; set; }
Represents the D-Bus property "SmartTemperature".
- public abstract uint64 smart_updated { get; set; }
Represents the D-Bus property "SmartUpdated".
- public abstract bool write_cache_enabled { get; set; }
Represents the D-Bus property "WriteCacheEnabled".
- public abstract bool write_cache_supported { get; set; }
Represents the D-Bus property "WriteCacheSupported".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.UDisks2.Drive.Ata D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the DriveAta interface for a concrete class.
Methods:
- public async bool call_pm_get_state (Variant arg_options, Cancellable? cancellable, out uint8 out_state) throws Error
Asynchronously invokes the PmGetState D-Bus method on this.
- public bool call_pm_get_state_sync (Variant arg_options, out uint8 out_state, Cancellable? cancellable = null) throws Error
Synchronously invokes the PmGetState D-Bus method on this.
- public async bool call_pm_standby (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the PmStandby D-Bus method on this.
- public bool call_pm_standby_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the PmStandby D-Bus method on this.
- public async bool call_pm_wakeup (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the PmWakeup D-Bus method on this.
- public bool call_pm_wakeup_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the PmWakeup D-Bus method on this.
- public async bool call_security_erase_unit (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SecurityEraseUnit D-Bus method on this.
- public bool call_security_erase_unit_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SecurityEraseUnit D-Bus method on this.
- public async bool call_smart_get_attributes (Variant arg_options, Cancellable? cancellable, out Variant out_attributes) throws Error
Asynchronously invokes the SmartGetAttributes D-Bus method on this.
- public bool call_smart_get_attributes_sync (Variant arg_options, out Variant out_attributes, Cancellable? cancellable = null) throws Error
Synchronously invokes the SmartGetAttributes D-Bus method on this.
- public async bool call_smart_selftest_abort (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SmartSelftestAbort D-Bus method on this.
- public bool call_smart_selftest_abort_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SmartSelftestAbort D-Bus method on this.
- public async bool call_smart_selftest_start (string arg_type, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SmartSelftestStart D-Bus method on this.
- public bool call_smart_selftest_start_sync (string arg_type, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SmartSelftestStart D-Bus method on this.
- public async bool call_smart_set_enabled (bool arg_value, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SmartSetEnabled D-Bus method on this.
- public bool call_smart_set_enabled_sync (bool arg_value, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SmartSetEnabled D-Bus method on this.
- public async bool call_smart_update (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SmartUpdate D-Bus method on this.
- public bool call_smart_update_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SmartUpdate D-Bus method on this.
- public void complete_pm_get_state (owned DBusMethodInvocation invocation, uint8 state)
Helper function used in service implementations to finish handling invocations of the PmGetState D-Bus method.
- public void complete_pm_standby (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the PmStandby D-Bus method.
- public void complete_pm_wakeup (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the PmWakeup D-Bus method.
- public void complete_security_erase_unit (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SecurityEraseUnit D-Bus method.
- public void complete_smart_get_attributes (owned DBusMethodInvocation invocation, Variant attributes)
Helper function used in service implementations to finish handling invocations of the SmartGetAttributes D-Bus method.
- public void complete_smart_selftest_abort (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SmartSelftestAbort D-Bus method.
- public void complete_smart_selftest_start (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SmartSelftestStart D-Bus method.
- public void complete_smart_set_enabled (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SmartSetEnabled D-Bus method.
- public void complete_smart_update (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SmartUpdate D-Bus method.
Signals:
- public virtual signal bool handle_pm_get_state (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the PmGetState D-Bus method.
- public virtual signal bool handle_pm_standby (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the PmStandby D-Bus method.
- public virtual signal bool handle_pm_wakeup (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the PmWakeup D-Bus method.
- public virtual signal bool handle_security_erase_unit (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the SecurityEraseUnit D-Bus method.
- public virtual signal bool handle_smart_get_attributes (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the SmartGetAttributes D-Bus method.
- public virtual signal bool handle_smart_selftest_abort (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the SmartSelftestAbort D-Bus method.
- public virtual signal bool handle_smart_selftest_start (DBusMethodInvocation invocation, string arg_type, Variant arg_options)
Signal emitted when a remote caller is invoking the SmartSelftestStart D-Bus method.
- public virtual signal bool handle_smart_set_enabled (DBusMethodInvocation invocation, bool arg_value, Variant arg_options)
Signal emitted when a remote caller is invoking the SmartSetEnabled D-Bus method.
- public virtual signal bool handle_smart_update (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the SmartUpdate D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object