cst_encode_b_central_state method

  1. @protected
int cst_encode_b_central_state(
  1. BCentralState raw
)
override

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);
}