Class TransmitToOffset
A class that represents a VHI TransmitToOffset command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class TransmitToOffset : Command
Constructors
TransmitToOffset(string, int, EchoType)
Constructs a new TransmitToOffset command.
Declaration
public TransmitToOffset(string value, int offset, EchoType waitForEcho)
Parameters
Type | Name | Description |
---|---|---|
string | value | the value to transmit |
int | offset | the zero-based offset |
EchoType | waitForEcho | type of wait for echo to perform. See TransmitToOffset(string, int). |
See Also
Properties
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
Offset
Gets the offset.
Declaration
public virtual int Offset { get; }
Property Value
Type | Description |
---|---|
int | the zero-based offset |
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 TransmitToOffset(string, int). |