[][src]Macro mynewt::coap_set_int_val

macro_rules! coap_set_int_val {
    (@cbor $context:ident, $val0:expr) => { ... };
    (@json $context:ident, $val0:expr) => { ... };
}

Given an object parent and an integer Sensor Value val, set the val's key/value in the object.