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 SourceEfm32StandaloneProgrammer(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 SourceMenuEraseMain
Declaration
public static byte MenuEraseMain
Field Value
Type | Description |
---|---|
System.Byte |
MenuEraseUser
Declaration
public static byte MenuEraseUser
Field Value
Type | Description |
---|---|
System.Byte |
MenuProg
Declaration
public static byte MenuProg
Field Value
Type | Description |
---|---|
System.Byte |
MenuUpload
Declaration
public static byte MenuUpload
Field Value
Type | Description |
---|---|
System.Byte |
Methods
View SourceEnterMenu()
Enter the current menu
Declaration
public byte[] EnterMenu()
Returns
Type | Description |
---|---|
System.Byte[] |
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 |
SwitchMenu()
Switch the menu
Declaration
public byte[] SwitchMenu()
Returns
Type | Description |
---|---|
System.Byte[] |