Touchatag.block.tag event type to boolean
Submitted by admin on Mon, 2009-09-07 16:30
tag-event-type-to-boolean
<block id="tag-event-type-to-boolean"
ref="urn:touchatag:block:tag-event-type-to-boolean"/>Developer documentation
- Main page
- API
- Applications
- Blockdoc
- Touchatag.block.add text2text
- Touchatag.block.add textlist
- Touchatag.block.boolean register
- Touchatag.block.boolean sink
- Touchatag.block.boolean source
- Touchatag.block.credential basic login
- Touchatag.block.credential no login
- Touchatag.block.cycling uri
- Touchatag.block.defaulting select uri
- Touchatag.block.empty binary
- Touchatag.block.empty text
- Touchatag.block.empty text2text
- Touchatag.block.empty textlist
- Touchatag.block.execute
- Touchatag.block.gauge
- Touchatag.block.get text2text
- Touchatag.block.get textlist
- Touchatag.block.http client
- Touchatag.block.http client app
- Touchatag.block.http request builder
- Touchatag.block.http response processor
- Touchatag.block.http status helper
- Touchatag.block.integer register
- Touchatag.block.integer sink
- Touchatag.block.integer source
- Touchatag.block.integer to text
- Touchatag.block.logical and
- Touchatag.block.logical not
- Touchatag.block.logical or
- Touchatag.block.mail
- Touchatag.block.mail app
- Touchatag.block.math calculator
- Touchatag.block.math text to operator
- Touchatag.block.message
- Touchatag.block.music cube app
- Touchatag.block.no action
- Touchatag.block.no action app
- Touchatag.block.open file app
- Touchatag.block.openfile
- Touchatag.block.regex matcher
- Touchatag.block.regex replacer
- Touchatag.block.remove text2text
- Touchatag.block.remove textlist
- Touchatag.block.resource identifier source
- Touchatag.block.rolling select uri
- Touchatag.block.simple http client
- Touchatag.block.simple mail
- Touchatag.block.tag event type to boolean
- Touchatag.block.tag event type to text
- Touchatag.block.tee boolean
- Touchatag.block.tee integer
- Touchatag.block.tee text
- Touchatag.block.text concatenation
- Touchatag.block.text register
- Touchatag.block.text resource identifier replacer
- Touchatag.block.text sink
- Touchatag.block.text source
- Touchatag.block.text to http method
- Touchatag.block.text to integer
- Touchatag.block.text to logintype
- Touchatag.block.text to uri
- Touchatag.block.text2integer mapper
- Touchatag.block.text2text mapper
- Touchatag.block.text2textmap register
- Touchatag.block.text2textmap resource identifier replacer
- Touchatag.block.text2textmap sink
- Touchatag.block.text2textmap source
- Touchatag.block.textlist register
- Touchatag.block.textlist resource identifier replacer
- Touchatag.block.textlist sink
- Touchatag.block.textlist source
- Touchatag.block.twitter app
- Touchatag.block.uri register
- Touchatag.block.uri resource identifier replacer
- Touchatag.block.uri sink
- Touchatag.block.uri source
- Touchatag.block.uri to text
- Touchatag.block.web link
- Touchatag.block.web link app
- Touchatag.block.web wheel app
- Type.action
- Type.binary
- Type.boolean
- Type.decimal
- Type.httpmethod
- Type.httprequest
- Type.httpresponse
- Type.integer
- Type.list
- Type.logincredentials
- Type.logintype
- Type.map
- Type.math operator
- Type.reader id
- Type.tag event type
- Type.text
- Type.text2textmap
- Type.textlist
- Type.unknown
- Type.uri
- Blocksystem
- Examples
- Guide
- Specification
- Specifications

This block takes a tagevent type as input and returns three boolean values. For every type of tagevent there is a boolean output.
Example
Following specification snippet demonstrates the use of this block
... <breakdown> <block id="type-to-bool" ref="urn:touchatag:block:tag-event-type-to-boolean"/> </breakdown> <wiringscheme> <shunt from="tag-event-type-in" to="type-to-bool:in"/> </wiringscheme> ...If a
PUTtagevent is triggered, the block will have following output:is-put-event-out: trueis-touch-event-out: falseis-remove-event-out: false