/// <summary>Sets the programming mode of the device.</summary> /// <param name="programmingInterface">The new programming mode.</param> public override void SetProgrammingMode(GT.Mainboard.ProgrammingInterface programmingInterface) { throw new NotSupportedException(); }
/// <summary> /// Changes the programming interafces to the one specified /// </summary> /// <param name="programmingInterface">The programming interface to use</param> public override void SetProgrammingMode(GT.Mainboard.ProgrammingInterface programmingInterface) { }
/// <summary> /// Changes the programming interafces to the one specified /// </summary> /// <param name="programmingInterface">The programming interface to use</param> public override void SetProgrammingMode(GT.Mainboard.ProgrammingInterface programmingInterface) { // Change the reflashing interface to the one specified, if possible. // This is an advanced API that we don't expect people to call much. }
public override void SetProgrammingMode(Gadgeteer.Mainboard.ProgrammingInterface programmingInterface) { throw new NotImplementedException(); }