InfoConnect for Airlines
BreakLength Property


Returns or specifies the length (in milliseconds) of the break signal. Use the Break method to transmit a Break signal to the host.
Syntax
'Declaration
 
Property BreakLength As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.BreakLength = value
 
value = instance.BreakLength
int BreakLength {get; set;}
See Also