Click or drag to resize

CtrlQueuePush Method

[This is preliminary documentation and is subject to change.]

Push a control action onto the DSS control queue by time, action code, and device handle (user defined). Returns Control Queue handle.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public int Push(
	int Hour,
	double Seconds,
	int ActionCode,
	int DeviceHandle
)

Parameters

Hour
Type: SystemInt32

[Missing <param name="Hour"/> documentation for "M:dss_sharp.CtrlQueue.Push(System.Int32,System.Double,System.Int32,System.Int32)"]

Seconds
Type: SystemDouble

[Missing <param name="Seconds"/> documentation for "M:dss_sharp.CtrlQueue.Push(System.Int32,System.Double,System.Int32,System.Int32)"]

ActionCode
Type: SystemInt32

[Missing <param name="ActionCode"/> documentation for "M:dss_sharp.CtrlQueue.Push(System.Int32,System.Double,System.Int32,System.Int32)"]

DeviceHandle
Type: SystemInt32

[Missing <param name="DeviceHandle"/> documentation for "M:dss_sharp.CtrlQueue.Push(System.Int32,System.Double,System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:dss_sharp.CtrlQueue.Push(System.Int32,System.Double,System.Int32,System.Int32)"]

See Also