TriggerRepeat Method

Pulses the trigger indefinitely with a continous sequence of on/off periods.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public void Repeat(
	int onPeriod,
	int offPeriod
)

Parameters

onPeriod  Int32
On for specified milliseconds.
offPeriod  Int32
Off for specified milliseconds.

Exceptions

IOExceptionSerial port is in error state or not open.

See Also