Class TransmitToLocation
A class that represents a VHI TransmitToLocation command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class TransmitToLocation : Command
Constructors
TransmitToLocation(string, int, int, EchoType)
Constructs a new TransmitToLocation command.
Declaration
public TransmitToLocation(string value, int row, int column, EchoType waitForEcho)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | the value to transmit |
| int | row | the one-based row |
| int | column | the one-based column |
| EchoType | waitForEcho | type of wait for echo to perform. See TransmitToLocation(string, int, int). |
See Also
Properties
Column
Gets the column.
Declaration
public virtual int Column { get; }
Property Value
| Type | Description |
|---|---|
| int | the one-based column |
See Also
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | the command name |
Overrides
See Also
Row
Gets the row.
Declaration
public virtual int Row { get; }
Property Value
| Type | Description |
|---|---|
| int | the one-based row |
See Also
Value
Gets the value.
Declaration
public virtual string Value { get; }
Property Value
| Type | Description |
|---|---|
| string | the value |
See Also
WaitForEcho
Gets the wait for echo mode.
Declaration
public virtual EchoType WaitForEcho { get; }
Property Value
| Type | Description |
|---|---|
| EchoType | type of wait for echo to perform. See TransmitToLocation(string, int, int). |