Denso BHT-400-CE Reference Manual page 253

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

KeyboardType
Acquires the keyboard type.
Syntax
[VB]
Public Shared ReadOnly Property
As EN_KEYBOARD_TYPE
[C#]
public static EN_KEYBOARD_TYPE
Property
Keyboard type
Exceptions
None
[Ex.] Check the key type.
[VB]
If DNWA.BHTCL.Keys.Settings.KeyboardType = _
Keys.Settings.EN_KEYBOARD_TYPE.TYPE1 Then
Console.WriteLine("31 keys")
Else
Console.WriteLine("50 keys")
End If
[C#]
if (DNWA.BHTCL.Keys.Settings.EN_KEYBOARD_TYPE.TYPE1
== DNWA.BHTCL.Keys.Settings.KeyboardType)
{
Console.WriteLine("31 keys");
}
else
{
Console.WriteLine("50 keys");
}
KeyboardType
KeyboardType
{get;}
- 247 -

Advertisement

Table of Contents
loading

Table of Contents