SpiModuleFrameDelay Property |
Gets or sets the length of the delay between frames when multiple frames are being sent.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public double FrameDelay { get; set; }
Property Value
DoubleRemarks
FrameDelay has to be at least
ClockPeriod and will be rounded to the nearest multiple of the
ClockPeriod.
Zero disables this delay.
See Also