Method | Description | |
---|---|---|
AddHashConPacketListener ( HashPacketListener l ) : void | ||
HashConnection ( int listenPort, int sendPort ) : System | ||
RemoveHashConPacketListener ( HashPacketListener l ) : void | ||
SendTable ( |
||
Start ( ) : void | ||
bytesReceived ( byte bytes, string senderAddress ) : void |
Method | Description | |
---|---|---|
notifyListeners ( |
public AddHashConPacketListener ( HashPacketListener l ) : void | ||
l | HashPacketListener | |
return | void |
public HashConnection ( int listenPort, int sendPort ) : System | ||
listenPort | int | |
sendPort | int | |
return | System |
public RemoveHashConPacketListener ( HashPacketListener l ) : void | ||
l | HashPacketListener | |
return | void |
public SendTable ( |
||
table | ||
address | string | |
return | void |
public bytesReceived ( byte bytes, string senderAddress ) : void | ||
bytes | byte | |
senderAddress | string | |
return | void |