<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.GetLicenseContext(String, String, String, String) Method |
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 firmCodes As String, _
ByRef contextLicData As String _
)
[C#]
public int GetLicenseContext(
string boxMask,
string serialNumber,
string[] firmCodes,
ref string contextLicData
);
boxMask
The box mask.
serialNumber
The serial number.
firmCodes
The firm codes.
contextLicData
The resulting context data as ASCII string
Zero on success.
Cpu Class | BR.AN.PviServices Namespace | Cpu.GetLicenseContext Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]