org.freedesktop.UDisks.Port

org.freedesktop.UDisks.Port — Port interface

Methods


Signals

Changed ()

Implemented Interfaces

Objects implementing org.freedesktop.UDisks.Port also implements org.freedesktop.DBus.Introspectable, org.freedesktop.DBus.Properties

Properties

'NativePath' read      's'
'Adapter'    read      'o'
'Parent'     read      'o'
'Number'     read      'i'

Description

This interface provides information about ports attached to either an adapter or expander (e.g. SAS expanders or SATA Port Multipliers).

Details

Signal Details

The Changed signal

Changed ()

Something on the port changed.

Property Details

The "NativePath" property

'NativePath'  read      's'

OS specific native path of the port. On Linux this is the sysfs path, for example /sys/devices/pci0000:00/0000:00:1f.1/host3/scsi_host/host3 or TODO:SAS example.


The "Adapter" property

'Adapter'  read      'o'

The object path of the adapter the port is attached to.


The "Parent" property

'Parent'  read      'o'

The object path of the adapter or expansion device the port is attached to.


The "Number" property

'Number'  read      'i'

The number of the port (starting from zero) or -1 if unknown.