MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetDestIP

Method GetDestIP

adapter/micro_thread/mt_net.h:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 };
402
403 void GetDestIP(uint32_t& ip, uint16_t& port) {
404 ip = _addr_ipv4;
405 port = _net_port;
406 };
407
408 virtual void timer_notify();
409

Callers 1

GetDestAddrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected