Liking cljdoc? Tell your friends :D

bacure.coerce.type.primitive


c-bitstringclj

(c-bitstring value)
source

c-booleanclj

(c-boolean bool)
source

c-character-stringclj

(c-character-string value)
source

c-dateclj

(c-date string)
source

c-doubleclj

(c-double number)
source

c-enumeratedclj

(c-enumerated number)
source

c-object-identifierclj

(c-object-identifier)
(c-object-identifier [object-type object-instance])

Make an object identifier.

Make an object identifier.
sourceraw docstring

c-octet-stringclj

(c-octet-string v)
source

c-primitiveclj

(c-primitive something)

Given 'something', we take an educated guess as to what this should become. (Contrary to everything else in the BACnet world, the TimeValue object accepts MANY different types of data. As such, we can't just convert it to a bacnet4j equivalent as we usually do.)

Given 'something', we take an educated guess as to what this should
become. (Contrary to everything else in the BACnet world, the
TimeValue object accepts MANY different types of data. As such, we
can't just convert it to a bacnet4j equivalent as we usually do.)
sourceraw docstring

c-realclj

(c-real value)
source

c-signedclj

(c-signed value)
source

c-timeclj

(c-time string)
source

c-unsigned-16clj

(c-unsigned-16 value)
source

c-unsigned-32clj

(c-unsigned-32 value)
source

c-unsigned-8clj

(c-unsigned-8 value)
source

c-unsigned-integerclj

(c-unsigned-integer value)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close