Page MenuHomePhorge

Slot.cpp
No OneTemporary

Size
243 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, 10:18 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
286201
Default Alt Text
Slot.cpp (243 B)

Event Timeline