dco_decode_b_central_state method
Implementation
@protected
BCentralState dco_decode_b_central_state(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return BCentralState.values[raw as int];
}
@protected
BCentralState dco_decode_b_central_state(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return BCentralState.values[raw as int];
}