In listing 4 we see the primary core interface API declaration.
interface PrimaryCore
{
boolean verifyDataLine();
void sendData(in sequence<byte> data);
void initSelfDestruct();
}
The API is designed to use UTF-8.