MCPcopy Create free account
hub / github.com/amule-project/amule / SetOpCode

Method SetOpCode

src/Packet.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 uint8 GetOpCode() const { return opcode; }
65 void SetOpCode(uint8 oc) { opcode = oc; }
66 uint32 GetPacketSize() const { return size; }
67 uint8 GetProtocol() const { return prot; }
68 void SetProtocol(uint8 p) { prot = p; }

Callers 2

StartNewSearchMethod · 0.80
OnGlobalSearchTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected