---------------------------------------------------------------------------
| 62 | } |
| 63 | //--------------------------------------------------------------------------- |
| 64 | void UdpServerStop(void) |
| 65 | { |
| 66 | if( udp->IsOpen() ) |
| 67 | { |
| 68 | PrintSB(0, "UDP: server not started"); |
| 69 | udp->Close(); |
| 70 | } |
| 71 | } |
| 72 | //--------------------------------------------------------------------------- |
| 73 | void UdpReceiveMessage(void) |
| 74 | { |
no test coverage detected