def

func:obixWriteObj

obixWriteObj(conn, uri, arg)

Write an object as identified by given uri. The following arg values are supported:

arg         oBIX
---         -----
null        <obj null='true'/>
"foo"       <str val='foo'/>
true        <bool val='true'/>
123         <real val='123.0'/>
123m        <real val='123.0' unit='obix:units/meter'/>
`foo.txt`   <uri val='foo.txt'/>
2012-03-06  <date val='2012-03-06'/>
23:15       <time val='23:15:00'/>
DateTime    <abstime val='...' tz='...'/>
XML Str     pass thru

Result object is transformed using same rules as obixReadObj().

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function