HaikuDepot: notify work status from main window
[haiku.git] / src / kits / device / A2D.cpp
blobec1e4a6c1c9f6cd7b96877d3bf26867bfa3845e8
1 /*
2 * Copyright 2002, Marcus Overhagen. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #include <A2D.h>
9 BA2D::BA2D()
14 BA2D::~BA2D()
19 status_t
20 BA2D::Open(const char* portName)
22 return B_ERROR;
26 void
27 BA2D::Close()
32 bool
33 BA2D::IsOpen()
35 return false;
39 ssize_t
40 BA2D::Read(ushort* buf)
42 return 0;
46 void
47 BA2D::_ReservedA2D1()
52 void
53 BA2D::_ReservedA2D2()
58 void
59 BA2D::_ReservedA2D3()