Ejemplo n.º 1
0
 /// <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();
 }
Ejemplo n.º 2
0
 /// <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)
 {
 }
Ejemplo n.º 3
0
 /// <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.
 }
Ejemplo n.º 4
0
 public override void SetProgrammingMode(Gadgeteer.Mainboard.ProgrammingInterface programmingInterface)
 {
     throw new NotImplementedException();
 }