bytesToHexSeq(aSeq)
Returns a Sequence containing a hex representation of aSeq.
hexSeqToBytes(aSeq)
Returns a Sequence containing a binary representation of the hex data in aSeq.
makeCFunction(aSeq, slotName, object)
Creates a CFunction which users the beginning address of the data in aSeq as its function pointer and
adds the CFunction to the given object on slot slotName.
|