In Listing 4 we see the primary core interface API declaration.

Listing 4. The primary core interface API declaration.
interface PrimaryCore {
   boolean verifyDataLine();
   undefined sendData(sequence<byte> data);
   undefined initSelfDestruct();
}

The API is designed to use UTF-8.