C# Class JackSharp.Ports.PortReference

Port reference for Controller.
Afficher le fichier Open project: residuum/JackSharp Class Usage Examples

Private Properties

Свойство Type Description
GetPortType PortType
PortReference System
ReadJackPortFlags void

Méthodes publiques

Méthode 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

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

Method Details

Equals() public méthode

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 .
Résultat bool

Equals() public méthode

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 .
Résultat bool

GetHashCode() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool