Class PvTriggerSelectorLineStart
Behaves like FrameStart, but moves to Fired state once all lines of a frame are received.
Inheritance
PvTriggerSelectorLineStart
Implements
Inherited Members
Namespace: eBUSDotNetEdge
Assembly: eBUSDotNetEdge.dll
Syntax
public class PvTriggerSelectorLineStart : PvTriggerSelectorFrameStart, IDisposable
Constructors
View SourcePvTriggerSelectorLineStart()
Constructor.
Declaration
public PvTriggerSelectorLineStart()
PvTriggerSelectorLineStart(string)
Constructor.
Declaration
public PvTriggerSelectorLineStart(string aName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aName | The selector name. |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
View SourceFireTrigger()
If Armed and all lines are received, moves to the Fired state.
Declaration
public override void FireTrigger()
Overrides
View SourceRearm()
Moves the state from Fired to Armed.
Declaration
public override void Rearm()
Overrides
View SourceStart(uint)
Signals the state machine to move from the Enabled state to the Armed state.
Declaration
public override void Start(uint aHeight)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | aHeight | The image height (ignored). |