Click or drag to resize
LegacyTelogisServiceListOutputs Method
Print this page
Gets the outputs attached to a given Device in a given Unit .

Namespace: Telogis.API
 
Syntax
public Output[] ListOutputs(
	long unitId,
	long deviceId
)

Parameters

unitId
Type: SystemInt64
ID of the Unit
deviceId
Type: SystemInt64
ID of the Device

Return Value

Type: Output
An array of Output objects representing the outputs available on a device.
See Also