Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / KermitSendStartCharacter Property


In This Topic
KermitSendStartCharacter Property
In This Topic
Returns or specifies the character that indicates the beginning of a packet of data sent to the host.
Syntax
'Declaration
 
Property KermitSendStartCharacter As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.KermitSendStartCharacter = value
 
value = instance.KermitSendStartCharacter
Remarks
If this property is changed in Reflection, the corresponding value must also be changed in the remote Kermit program. The default value is a start-of-header character, which can be represented as "\0x0001"
See Also