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

Method SetKeyInfo

adapter/micro_thread/mt_net.h:389–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 };
388
389 void SetKeyInfo(uint32_t ipv4, uint16_t port, MT_PROTO_TYPE proto, MT_CONN_TYPE conn) {
390 _addr_ipv4 = ipv4;
391 _net_port = port;
392 _proto_type = proto;
393 _conn_type = conn;
394 };
395
396 void CopyKeyInfo(CDestLinks* key) {
397 _addr_ipv4 = key->_addr_ipv4;

Callers 1

GetConnLinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected