bacure.coerce.type.primitive

c-bitstring

(c-bitstring value)

c-boolean

(c-boolean bool)

c-character-string

(c-character-string value)

c-date

(c-date string)

c-double

(c-double number)

c-enumerated

(c-enumerated number)

c-object-identifier

(c-object-identifier)(c-object-identifier [object-type object-instance])
Make an object identifier.

c-octet-string

(c-octet-string v)

c-primitive

(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.)

c-real

(c-real value)

c-signed

(c-signed value)

c-time

(c-time string)

c-unsigned-16

(c-unsigned-16 value)

c-unsigned-32

(c-unsigned-32 value)

c-unsigned-8

(c-unsigned-8 value)

c-unsigned-integer

(c-unsigned-integer value)