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

Method HEXtoByteArray

src/packet.cpp:1093–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091#endif
1092
1093QByteArray Packet::HEXtoByteArray(QString thehex)
1094{
1095
1096 //function already ignores invalid chars...
1097 return QByteArray::fromHex(thehex.toLatin1());;
1098}
1099
1100QString Packet::removeIPv6Mapping(QHostAddress ipv6)
1101{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected