MCPcopy Create free account
hub / github.com/dannagle/PacketSender / getByteArray

Method getByteArray

src/packet.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560QByteArray Packet::getByteArray()
561{
562 return HEXtoByteArray(hexString);
563}
564
565QString Packet::asciiString()
566{

Callers 15

writeResponseMethod · 0.80
sendPersistantMethod · 0.80
readPendingDatagramsMethod · 0.80
foreachFunction · 0.80
packetToSendMethod · 0.80
getCmdInputMethod · 0.80
foreachFunction · 0.80
dataMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected