cst_encode_box_autoadd_i_16 method

  1. @protected
Pointer<Int16> cst_encode_box_autoadd_i_16(
  1. int raw
)

Implementation

@protected
ffi.Pointer<ffi.Int16> cst_encode_box_autoadd_i_16(int raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return wire.cst_new_box_autoadd_i_16(cst_encode_i_16(raw));
}