Show / Hide Table of Contents

Class BLEFullyStd

Provides functionality for FCT programmer module BLEFullyStd

Inheritance
System.Object
Module
Programmer
BLEFullyStd
Inherited Members
Programmer.I2CAddress
Programmer.NameIdentifier
Programmer.Revision
Programmer.ID
Programmer.SetupDate
Programmer.Firmware
Module.interfaceI2C
Module.ReadMemory(Byte)
Module.WriteMemory(Byte, Byte)
Module.GetDate(Byte, Byte)
Module.WriteDate(Byte, Byte, DateTime)
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 Source

BLEFullyStd(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 Source

Efm32

Declaration
public Efm32StandaloneProgrammer Efm32
Field Value
Type Description
Efm32StandaloneProgrammer

Methods

View Source

Init()

Declaration
public override void Init()
Overrides
Programmer.Init()
View Source

Prog()

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

  • View Source
In This Article
Back to top Generated by DocFX