Cpu.GetLicenseContext(String, String, String, String) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.GetLicenseContext(String, String, String, String) Method

BR.AN.PviServices .NET


Reads the ontext data for a specified serial number using the set box mask and the defined firm- codes.

[Visual Basic]

Public Overloads Sub GetLicenseContext( _

  ByVal boxMask As String, _

  ByVal serialNumber As String, _

  ByVal firmCode As String, _

  ByRef contextLicData As String _

)

[C#]

public int GetLicenseContext(

  string boxMask,

  string serialNumber,

  string firmCode,

  ref string contextLicData

);

Parameters

boxMask

The box mask.

serialNumber

The serial number.

firmCode

The firm code.

contextLicData

The resulting context data as ASCII string

Return Value

Zero on success.

See Also

Cpu Class | BR.AN.PviServices Namespace | Cpu.GetLicenseContext Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]