示例#1
0
        internal IOIH(IOGate Gate, IOStLs StLs, BroadcastCommunication Communication)
        {
            m_IOGate = Gate;
            m_IOStLs = StLs;

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

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