PowerTCP Emulation for .NET
KeyPad Property




Gets or sets a value that determines whether the keypad sends ASCII characters or escape sequences.
Syntax
<DefaultValueAttribute()>
Public Property KeyPad As KeyPad
Dim instance As Vt
Dim value As KeyPad
 
instance.KeyPad = value
 
value = instance.KeyPad
[DefaultValue()]
public KeyPad KeyPad {get; set;}
[DefaultValue()]
public: __property KeyPad get_KeyPad();
public: __property void set_KeyPad( 
   KeyPad value
);
[DefaultValue()]
public:
property KeyPad KeyPad {
   KeyPad get();
   void set (    KeyPad value);
}

Property Value

A KeyPad value. The default value is KeyPad.Numeric.
Remarks

ASCII character codes correspond to the numeric characters on the keys. Escape sequences are used by some applications.

If data is received from the host which causes this property to change, the KeyPadChanged event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic