Show / Hide Table of Contents

Class Efm32StandaloneProgrammer

Provides functionality for Efm32StandaloneProgrammer

Inheritance
System.Object
Efm32StandaloneProgrammer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public class Efm32StandaloneProgrammer

Constructors

View Source

Efm32StandaloneProgrammer(ISerialCommand)

Initializes a new instance of the Elatec.FCT.Client.Hardware.Efm32StandaloneProgrammer using an serial interface

Declaration
public Efm32StandaloneProgrammer(ISerialCommand com)
Parameters
Type Name Description
ISerialCommand com

Fields

View Source

MenuEraseMain

Declaration
public static byte MenuEraseMain
Field Value
Type Description
System.Byte
View Source

MenuEraseUser

Declaration
public static byte MenuEraseUser
Field Value
Type Description
System.Byte
View Source

MenuProg

Declaration
public static byte MenuProg
Field Value
Type Description
System.Byte
View Source

MenuUpload

Declaration
public static byte MenuUpload
Field Value
Type Description
System.Byte

Methods

View Source

EnterMenu()

Enter the current menu

Declaration
public byte[] EnterMenu()
Returns
Type Description
System.Byte[]
View Source

EnterMenu(Byte)

Enter and execute specific menu

Declaration
public bool EnterMenu(byte menue)
Parameters
Type Name Description
System.Byte menue
Returns
Type Description
System.Boolean
View Source

SwitchMenu()

Switch the menu

Declaration
public byte[] SwitchMenu()
Returns
Type Description
System.Byte[]
  • View Source
In This Article
Back to top Generated by DocFX