Annotation of nono/host/netdriver_none.cpp, revision 1.1.1.2

1.1       root        1: //
                      2: // nono
1.1.1.2 ! root        3: // Copyright (C) 2020 nono project
        !             4: // Licensed under nono-license.txt
1.1       root        5: //
                      6: 
                      7: #include "netdriver_none.h"
                      8: 
                      9: // コンストラクタ
                     10: NetDriverNone::NetDriverNone()
                     11:        : inherited("None", NULL, NULL, NULL)
                     12: {
                     13: }
                     14: 
                     15: // デストラクタ
                     16: NetDriverNone::~NetDriverNone()
                     17: {
                     18: }
                     19: 
                     20: // 初期化 & オープン
                     21: bool
                     22: NetDriverNone::Init()
                     23: {
                     24:        return true;
                     25: }
                     26: 
                     27: // パケットを送信する
                     28: bool
                     29: NetDriverNone::SendPacket(const std::vector<uint8>& data)
                     30: {
                     31:        return true;
                     32: }
                     33: 
                     34: // 受信スレッド
                     35: void
                     36: NetDriverNone::ThreadRun()
                     37: {
                     38: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.