Reflection
KermitSendStartCharacter Property


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
string KermitSendStartCharacter {get; set;}
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