Click or drag to resize
NADeviceSetData Method
NewAer
Sets Custom data for a device by key and data string

Namespace: NewAer.SDK
Assembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntax
public NADevice SetData(
	string key,
	string data
)

Parameters

key
Type: SystemString
Data Key
data
Type: SystemString
Data Value

Return Value

Type: NADevice
The Device Instance
See Also