MCPcopy Create free account
hub / github.com/e2wugui/zeze / Send

Function Send

cxx/ToTypeScriptService.h:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 UFUNCTION(BlueprintCallable, meta = (DisplayName = "Send", ScriptName = "Send", Keywords = "Zeze"), Category = "Zeze")
109 void Send(int64 sessionId, const FArrayBuffer& buffer, int offset, int len)
110 {
111 if (Zeze::Net::Socket* so = RealService.socket.get())
112 {
113 if (so->SessionId == sessionId)
114 {
115 so->Send((const char*)buffer.Data, offset, len);
116 }
117 }
118 }
119
120 UFUNCTION(BlueprintCallable, meta = (DisplayName = "Close", ScriptName = "Close", Keywords = "Zeze"), Category = "Zeze")
121 void Close(int64 sessionId)

Callers 9

SendMethod · 0.70
SendAsyncMethod · 0.70
SendForWaitMethod · 0.70
SendResultMethod · 0.70
SendMethod · 0.70
SendMethod · 0.50
SendAsyncMethod · 0.50
SendMethod · 0.50
SendMethod · 0.50

Calls 2

getMethod · 0.65
SendMethod · 0.45

Tested by

no test coverage detected