Show / Hide Table of Contents

Class FieldMeterV1

Provides functionality for FCT field meter V1 PCBA with NTAG

Inheritance
System.Object
FieldMeterV1
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 FieldMeterV1

Methods

View Source

GetVoltage(Byte[])

Get the voltage measured by the STM32F0 via the pickupcoil

Declaration
public int GetVoltage(byte[] ntagUserPage)
Parameters
Type Name Description
System.Byte[] ntagUserPage

NTAG user page read

Returns
Type Description
System.Int32

voltage of the pickupcoil

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