FreakingGenius - v0.1.0
    Preparing search index...

    Enumeration BridgeMessageType

    String discriminants for every message that can cross the bridge.

    Index

    Enumeration Members

    ACKNOWLEDGE: "ack"

    Either direction: acknowledge receipt and processing of a message.

    CAPABILITY_REPORT: "capability:report"

    apps/edgeapps/tutor: device reports its hardware capabilities on connect.

    HEARTBEAT: "heartbeat"

    Either direction: keep-alive pulse to detect silent disconnections.

    RENDER_COMMAND: "render:command"

    apps/tutorapps/edge: redraw one or more visual primitives.

    SESSION_END: "session:end"

    apps/tutorapps/edge: instruct the device to end the session.

    SESSION_START: "session:start"

    apps/tutorapps/edge: instruct the device to begin a session.

    STROKE_EVENT: "stroke:event"

    apps/edgeapps/tutor: a completed pen stroke.