Class BLEFullyStd
Provides functionality for FCT programmer module BLEFullyStd
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.Module
Assembly: ElatecFCT.dll
Syntax
public class BLEFullyStd : Programmer
Constructors
View SourceBLEFullyStd(II2c, ISerialCommand)
Initializes a new instance of the Elatec.FCT.Client.Hardware.BLEFullyStd using an i2c interface and serial interface
Declaration
public BLEFullyStd(II2c interfaceI2C, ISerialCommand com)
Parameters
Type | Name | Description |
---|---|---|
II2c | interfaceI2C | |
ISerialCommand | com |
Fields
View SourceEfm32
Declaration
public Efm32StandaloneProgrammer Efm32
Field Value
Type | Description |
---|---|
Efm32StandaloneProgrammer |
Methods
View SourceInit()
Declaration
public override void Init()
Overrides
View SourceProg()
Prog a BLE firmware into a SiliconLabs BLE device
Declaration
public bool Prog()
Returns
Type | Description |
---|---|
System.Boolean | Returns true if starting the programming was successful. No result if the programming was successful or not is returned |