MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / SocketTimerClear

Function SocketTimerClear

source/src/ports/socket_timer.c:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void SocketTimerClear(SocketTimer *const socket_timer) {
30 socket_timer->socket = kEipInvalidSocket;
31 socket_timer->last_update = 0;
32}
33
34void SocketTimerArrayInitialize(SocketTimer *const array_of_socket_timers,
35 const size_t array_length) {

Callers 3

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68