FrameGetDeviceAttribute Method

Returns the value of a device attribute if it exists or zero

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public double GetDeviceAttribute(
	string key
)

Parameters

key  String
the attribute name

Return Value

Double
the value of the attribute or zero

See Also