Page MenuHomePhorge

Slot.cpp
No OneTemporary

Size
242 B
Referenced Files
None
Subscribers
None

Slot.cpp

#include "Slot.h"
#include <stdio.h>
Slot::Slot() {}
bool Slot::set_comPort(Channel *comPort) {
if (comPort != NULL) {
this->comPort = comPort;
return true;
}
return false;
}
Channel *Slot::get_comPort() { return comPort; }

File Metadata

Mime Type
text/x-c
Expires
Sun, Mar 1, 6:29 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283011
Default Alt Text
Slot.cpp (242 B)

Event Timeline