FreakingGenius - v0.1.0
    Preparing search index...

    Interface RenderCommandMessage

    Tutor → Edge: render a batch of visual primitives on the device screen.

    interface RenderCommandMessage {
        command: PrimitiveRenderCommand;
        messageId: string;
        sessionId: string;
        timestamp: number;
        type: RENDER_COMMAND;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The atomic render instruction to execute on the edge device.

    messageId: string

    Unique message identifier (UUID v4) used for ACK correlation.

    sessionId: string

    Active session ID so both sides can correlate messages to a session.

    timestamp: number

    Unix timestamp (ms) when the message was created.

    Discriminant string from BridgeMessageType.