void SetIdInfo(string, string)

Sets the device id information (usually the serial number)

Security

Trust Level Required: Full Trust

Parameters

Name Description
deviceName string
The name of the device.
idValue string
The new value of the device id.

Remarks

In cases where KioWare does not automatically set the device id information, it can be set manually. It is stored in machine settings, so it will only ever apply to the current machine. This function may also be used to override the KioWare detected value.

Examples


if(!KioDevice.GetIdInfo('devName'))
	KioDevice.SetIdInfo('devName', '1234');
    

Requirements

KioWare for Windows version 8.12 or greater.