I/O Control header

This page contains the complete code of the header file in this chapter.

In IOModule.h, your I/O Control code should be as follows:

#pragma once

VOID GetAllInputsOutputs();
VOID WriteReadOutput(int Index, int Offset, int Value);
VOID ReadInputOutput(int Index, int Offset);
VOID ForceInput(int Index, int Offset, int Value);