Purpose
Interact with a teletext server.
Page Request
xap-header { v=12 hop=1 uid=FF123400 class=ttext.request source=acme.my.controller target=*.ttext.* } request { channel=1 page=150 clip=2,18,38,24 } Where clip specifies the text area on the screen to be clipped if required, in terms of the top left (x,y) and bottom right (x,y) co-ordinates. The top right of the screen is (1,1) and the bottom left (40,25).
Page numbers may include an optional sub-page identifier eg. 100:2
Page Response
xap-header { v=12 hop=1 uid=FF123400 class=ttext.reply source=rocket.ttext.adapter1 target=acme.my.controller } page { channel=1 page=150 clip=2,18,38,24 text=The winning lottery numbers are 12, 34, 23, 32, 12, 2 bonus number 14 }
|
|
|