C# Class JackSharp.Ports.PortReference

Port reference for Controller.
ファイルを表示 Open project: residuum/JackSharp Class Usage Examples

Private Properties

Property Type Description
GetPortType PortType
PortReference System
ReadJackPortFlags void

Public Methods

Method Description
Equals ( PortReference other ) : bool

Determines whether the specified JackSharp.Ports.PortReference is equal to the current JackSharp.Ports.PortReference.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current JackSharp.Ports.PortReference.

GetHashCode ( ) : int

Serves as a hash function for a JackSharp.Ports.PortReference object.

operator ( ) : bool

Private Methods

Method Description
GetPortType ( UnsafeStructs portPointer ) : PortType
PortReference ( UnsafeStructs portPointer ) : System
ReadJackPortFlags ( UnsafeStructs portPointer, Direction &direction, bool &isPhysicalPort ) : void

Method Details

Equals() public method

Determines whether the specified JackSharp.Ports.PortReference is equal to the current JackSharp.Ports.PortReference.
public Equals ( PortReference other ) : bool
other PortReference The to compare with the current .
return bool

Equals() public method

Determines whether the specified System.Object is equal to the current JackSharp.Ports.PortReference.
public Equals ( object obj ) : bool
obj object The to compare with the current .
return bool

GetHashCode() public method

Serves as a hash function for a JackSharp.Ports.PortReference object.
public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool