/* * Copyright 2002, Marcus Overhagen. All rights reserved. * Distributed under the terms of the MIT License. */ #include BA2D::BA2D() { } BA2D::~BA2D() { } status_t BA2D::Open(const char *portName) { return B_ERROR; } void BA2D::Close(void) { } bool BA2D::IsOpen(void) { return false; } ssize_t BA2D::Read(ushort *buf) { return 0; } void BA2D::_ReservedA2D1() { } void BA2D::_ReservedA2D2() { } void BA2D::_ReservedA2D3() { }