BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageMessageRead Method

BASS.NET API for the Un4seen BASS Audio Library
Reads an 8-bit value from the Message data buffer (full).

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public byte MessageRead(
	ref int offset
)

Parameters

offset
Type: SystemInt32
The zero-base offset (index) of the Message data buffer to start reading (the offset will be automatically be increased by the number of bytes read).

Return Value

Type: Byte
The byte value (between 0 and 255) at the given position.
See Also

Reference