cst_encode_b_central_state method
Implementation
@protected
int cst_encode_b_central_state(BCentralState raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
return cst_encode_i_32(raw.index);
}
@protected
int cst_encode_b_central_state(BCentralState raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
return cst_encode_i_32(raw.index);
}