DeclareRevision()

Initializes the Universal Library with the revision number of the library used to write the program. This method must be the first Universal Library method to be called by the program.

Member of the MccService class.

Function Prototype

VB .NET

Public Shared Function DeclareRevision(ByRef revNum As Single) As MccDaq.ErrorInfo

C# .NET

public static MccDaq.ErrorInfo DeclareRevision(ref float revNum)

Parameters

revNum

Revision number of the Universal Library used to interpret method parameters.

default

Any program using the 32-bit library and not containing this line of code will be defaulted to revision 5.4 parameter assignments.

Returns

Notes