<< Click to Display Table of Contents >> Cpu.UpdateLicenseData Method |
Updates the licence data on the PLC.
[Visual Basic]
Public Sub UpdateLicenseData( _
ByVal licenseData As String _
)
[C#]
public int UpdateLicenseData(
string licenseData
);
licenseData
The ASCII data to be transfered
Zero on success.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]