cst_encode_box_autoadd_b_characteristic method
- @protected
- BCharacteristic raw
Implementation
@protected
ffi.Pointer<wire_cst_b_characteristic>
cst_encode_box_autoadd_b_characteristic(BCharacteristic raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
final ptr = wire.cst_new_box_autoadd_b_characteristic();
cst_api_fill_to_wire_b_characteristic(raw, ptr.ref);
return ptr;
}