Class StoragePort
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL.BlockDevice.Ports
Assembly: Cosmos.HAL2.dll
Syntax
public abstract class StoragePort : BlockDevice
Properties
| Improve this Doc View SourcemPortName
Declaration
public abstract string mPortName { get; }
Property Value
Type | Description |
---|---|
System.String |
mPortNumber
Declaration
public abstract uint mPortNumber { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
mPortType
Declaration
public abstract PortType mPortType { get; }
Property Value
Type | Description |
---|---|
PortType |