Click or drag to resize

FX3ApiInfo Class

This class provides a collection of information about the FX3 API. All the fields are hard-coded into the DLL at compile time. To retrieve the FX3ApiInfo set during compile time, use the GetFX3ApiInfo call within FX3 connection.
Inheritance Hierarchy
SystemObject
  FX3ApiFX3ApiInfo

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public class FX3ApiInfo

The FX3ApiInfo type exposes the following members.

Constructors
  NameDescription
Public methodFX3ApiInfo
Constructor which initializes values to "Error: Not Set"
Top
Properties
  NameDescription
Public propertyGitBranch
The branch which this version of the FX3Api was built on.
Public propertyGitCommitSHA1
The hast for the git commit which this version of the FX3Api was built on.
Public propertyGitCommitURL
The URL of the git commit which this version of the FX3Api was built on.
Public propertyGitURL
The base git remote URL which this version of the FX3Api was build on.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overload of the toString function to allow for better formatting.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldBuildDateTime
The date and time of the current FX3Api build in use.
Public fieldDescription
The project description
Public fieldName
The project name (should be FX3Api)
Public fieldVersionNumber
The build version of this FX3Api instance. Should match application firmware.
Top
See Also