Ejemplo n.º 1
0
        internal IOIH(IOGate Gate, IOStLs StLs, BroadcastCommunication Communication)
        {
            m_IOGate = Gate;
            m_IOStLs = StLs;

            m_Communication   = Communication;
            m_IsEmulationHard = Settings.Default.IHEmulation;
        }
Ejemplo n.º 2
0
        internal IORCC(IOGate Gate, BroadcastCommunication Communication)
        {
            m_IOGate = Gate;
            m_State  = DeviceState.None;

            m_Communication   = Communication;
            m_IsEmulationHard = Settings.Default.RCCEmulation;
        }