Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Compose and frame any TCMP message - the inverse of decodePacket.
decodePacket
import { encodeFrame } from "@endstate-sdk/reader/tcmp";
encodeFrame(family: readonly [number, number], code: number, payload?: Uint8Array): Uint8Array
const bytes = encodeFrame(BASIC_NFC_FAMILY, CMD.StreamNdef, payload);