InfoConnect for Unisys
AlternateRS Property


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