nn::midi::CTR::DeviceInfo

nn::midi::CTR::DeviceInfo Structure

Syntax

struct DeviceInfo
{
bit8 id;
bit8 version;
bit8 revision;
};

Description

Structure representing MIDI device information.

Member Variables

id bit8 Represents the device ID. Fixed at 0x04.
version bit8 Represents the board version.
revision bit8 Represents the FPGA version.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL