Instruction set reference
HIPE_OP_OPEN_LINK
This instruction sends a link resource (such as a hyperlink URL) to the parent frame or desktop environment to be opened for the user. When used within another desktop environment, this action might launch a web browser or similar to make use of the link resource. On an embedded system, this action might display a QR code for the user to scan on a mobile device. The exact behaviour and implementation depends on the framing manager and user environment.
- location: 0 if sending the link. If receiving this instruction (in the framing manager) the location corresponds to the frame that produced the open-link request.
- arg[0]: The fully qualified link string, e.g. "http://hipe.tech".
- arg[1]: [reserved for future applications]