MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / CommPort

Method CommPort

User-Bridge/API/CommPort.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "CommPort.h"
7
8CommPort::CommPort() : hPort(NULL), Connected(FALSE) {}
9
10CommPort::~CommPort() {
11 Disconnect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected