|
|
nono 1.0.0
//
// nono
// Copyright (C) 2021 nono project
// Licensed under nono-license.txt
//
//
// シリアルポートの None ドライバ
//
#pragma once
#include "comdriver.h"
class COMDriverNone : public COMDriver
{
using inherited = COMDriver;
public:
explicit COMDriverNone(HostDevice *hostdev_);
~COMDriverNone() override;
int Read() override;
void Write(uint32 data) override;
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.