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


In This Topic
KermitReceiveStartCharacter Property
In This Topic
Returns or specifies the character that indicates the beginning of a packet of data received from the host.
Syntax
'Declaration
 
Property KermitReceiveStartCharacter As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.KermitReceiveStartCharacter = value
 
value = instance.KermitReceiveStartCharacter
Remarks
The default is appropriate for most systems. 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