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

Method GetMsgDstAddr

adapter/micro_thread/mt_action.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 };
76
77 struct sockaddr_in* GetMsgDstAddr() {
78 return &_addr;
79 };
80
81 void SetMsgBuffSize(int buff_size) {
82 _buff_size = buff_size;

Callers 3

InitConnEnvMethod · 0.95
SendDataMethod · 0.80
OpenCnnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected