Click or drag to resize

IUCServiceDeviceSave Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
bool DeviceSave(
	string deviceId,
	string deviceFriendlyName,
	string platform,
	string osVersion,
	string manufacturer,
	string model
)

Parameters

deviceId
Type: SystemString
deviceFriendlyName
Type: SystemString
platform
Type: SystemString
osVersion
Type: SystemString
manufacturer
Type: SystemString
model
Type: SystemString

Return Value

Type: Boolean
See Also