Edit

Share via


McuSession.ResetCore Method

Definition

Resets the McuSession instance for reuse.

protected:
 abstract void ResetCore();
protected abstract void ResetCore ();
abstract member ResetCore : unit -> unit
Protected MustOverride Sub ResetCore ()

Remarks

A derived McuSession should implement this method to reset its internal state so the instance can be reused.

Applies to