VM.VirtualMachine.RegisterPortInHandler C# (CSharp) Method

RegisterPortInHandler() public method

public RegisterPortInHandler ( short port, Func handler ) : void
port short
handler Func
return void
        public void RegisterPortInHandler(short port, Func<short> handler)
        {
            deviceInHandlers.Add(port, handler);
        }