This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
devicechannel: disconnected signal
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
0270c3b026
commit
67bb51cad8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/devicechannel.vala
+ 1
- 0
src/devicechannel.vala
View File
@ -28,6 +28,7 @@ using MConn;
class DeviceChannel : Object {
public signal void connected();
public signal void disconnected();
public signal void packet_received(Packet pkt);
private InetSocketAddress _isa = null;
Write
Preview
Loading…
Cancel
Save