C# Class SharpOSC.Midi

Show file Open project: ValdemarOrn/SharpOSC Class Usage Examples

Public Properties

Property Type Description
Data1 byte
Data2 byte
Port byte
Status byte

Public Methods

Method Description
Equals ( System obj ) : bool
GetHashCode ( ) : int
Midi ( byte port, byte status, byte data1, byte data2 ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Midi() public method

public Midi ( byte port, byte status, byte data1, byte data2 ) : System
port byte
status byte
data1 byte
data2 byte
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Data1 public property

public byte Data1
return byte

Data2 public property

public byte Data2
return byte

Port public property

public byte Port
return byte

Status public property

public byte Status
return byte