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

Function SocketTimerGetLastUpdate

source/src/ports/socket_timer.c:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25MilliSeconds SocketTimerGetLastUpdate(SocketTimer *const socket_timer) {
26 return socket_timer->last_update;
27}
28
29void SocketTimerClear(SocketTimer *const socket_timer) {
30 socket_timer->socket = kEipInvalidSocket;

Callers 2

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68