Class BytesPacketToken
Represents a bytes packet.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class BytesPacketToken : MidiToken
Properties
Data
Gets the data of the current bytes packet.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |