VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Midi.MidiRawEventArgs Struct Reference
Inheritance diagram for VRC.SDKBase.Midi.MidiRawEventArgs:
Collaboration diagram for VRC.SDKBase.Midi.MidiRawEventArgs:

Public Member Functions

 MidiRawEventArgs (byte status, byte data1, byte data2)
 

Public Attributes

readonly byte status
 
readonly byte data1
 
readonly byte data2
 

Detailed Description

Definition at line 15730 of file VRCSDKBase.cs.

Constructor & Destructor Documentation

◆ MidiRawEventArgs()

VRC.SDKBase.Midi.MidiRawEventArgs.MidiRawEventArgs ( byte  status,
byte  data1,
byte  data2 
)

Definition at line 15738 of file VRCSDKBase.cs.

Member Data Documentation

◆ data1

readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.data1

Definition at line 15734 of file VRCSDKBase.cs.

◆ data2

readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.data2

Definition at line 15736 of file VRCSDKBase.cs.

◆ status

readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.status

Definition at line 15732 of file VRCSDKBase.cs.


The documentation for this struct was generated from the following file: