Share via


MidiPacketsEventArgs Class

Definition

Provides data for the MessageReceived and MessageReceived events.

public class MidiPacketsEventArgs : EventArgs, IDisposable
type MidiPacketsEventArgs = class
    inherit EventArgs
    interface IDisposable
Inheritance
MidiPacketsEventArgs
Implements

Properties

Name Description
PacketListRaw

Low-level pointer to the packet list, use Packets instead.

Packets

Contains the individual MIDI packets

Methods

Name Description
Dispose()

Releases the resources used by the MidiPacketsEventArgs object.

Dispose(Boolean)

Releases the resources used by the MidiPacketsEventArgs object.

Finalize()

Applies to

See also