MCPcopy
hub / github.com/aceld/zinx / SetMsgID

Method SetMsgID

ziface/imessage.go:13–13  ·  view source on GitHub ↗

Gets the raw data of the message(获取原始数据)

(uint32)

Source from the content-addressed store, hash-verified

11 GetRawData() []byte // Gets the raw data of the message(获取原始数据)
12
13 SetMsgID(uint32) // Sets the ID of the message(设计消息ID)
14 SetData([]byte) // Sets the content of the message(设计消息内容)
15 SetDataLen(uint32) // Sets the length of the message data segment(设置消息数据段长度)
16}

Callers 3

InterceptMethod · 0.65
InterceptMethod · 0.65
InterceptMethod · 0.65

Implementers 1

Messagezpack/message.go

Calls

no outgoing calls

Tested by

no test coverage detected