Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 467 Bytes

Port Listener

This demo how to recive data from optional port. Port listening functions excluded in stand alone class PereodicPortListener.

    PereodicPortListener(int pNumber, int lPer, Func<Socket, int> pFunc)

pNumber - number of port, which we want to listen.

lPer - period of listening in milliseconds.

pFunc - function that parse recived from Socket

Used package: