tablet_device
tablet_device *device = new tablet_device(serial);
tablet_device *device = (tablet_device *)cookie;
tablet_device *device = (tablet_device *)cookie;
tablet_device *dev = (tablet_device *)arg;
tablet_device::tablet_device(BSerialPort *port)
tablet_device::~tablet_device()
tablet_device(BSerialPort *port);
~tablet_device();
delete (tablet_device *)fDevices.ItemAt(i);
struct tablet_device;