Click or drag to resize
STSeriesDeviceSetDeviceSerialNumber Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Writes the serial number to the device.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override byte[] SetDeviceSerialNumber(
	string serialNumber
)

Parameters

serialNumber
Type: SystemString
The string representation of the serial number.

Return Value

Type: Byte
Returns a byte array containing the serial number information.
See Also