InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / AlternateRS Property


In This Topic
    AlternateRS Property
    In This Topic
    Gets or sets the hex character sent and interpreted as the ending field delimiter. The valid range of values is 0 - 127 inclusive. The default is the RS character (0x1E)
    Syntax
    'Declaration
     
    
    Property AlternateRS As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.AlternateRS = value
     
    value = instance.AlternateRS
    int AlternateRS {get; set;}
    See Also