cst_encode_box_autoadd_i_16 method
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));
}
@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));
}