Cpu.GetExistingLicense Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.GetExistingLicense Method

BR.AN.PviServices .NET


Gets the list of licenses for the PLC project and OS

[Visual Basic]

Public Sub GetExistingLicense( _

  ByVal boxMask As String, _

  ByVal serialNumber As String, _

  ByRef existingLicData As String _

)

[C#]

public int GetExistingLicense(

  string boxMask,

  string serialNumber,

  ref string existingLicData

);

Parameters

boxMask

The box mask for which to get the licenses.

serialNumber

The serial number for which to get the licenses.

existingLicData

The resulting list of licenses as XML String.

Return Value

Zero on success

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]