Beispiel #1
0
        public void NORInformationRefresh()
        {
            Ping();
            SendCommand(FlashCommand.IoLock);
            SendCommand(FlashCommand.NORReset);

            NORInformation = new NORInfo(GetNORID());
        }
Beispiel #2
0
        public void NORInformationRefresh()
        {
            Ping();
            SendCommand(FlashCommand.IoLock);
            SendCommand(FlashCommand.NORReset);

            NORInformation = new NORInfo(GetNORID());
        }
Beispiel #3
0
 public NOR(IBoard board) : base(board)
 {
     NORInformation = new NORInfo();
 }
Beispiel #4
0
 public NOR(IBoard board)
     : base(board)
 {
     NORInformation = new NORInfo();
 }