Denso BHT-400-CE Reference Manual page 254

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

HandleStatus
Acquires the grip handle status (connected/not connected).
Syntax
[VB]
Public Shared ReadOnly Property
As EN_HANDLE_STATUS
[C#]
public static EN_HANDLE_STATUS
Property
Grip handle status
Exceptions
None
[Ex.] Check the grip handle connection status
[VB]
If DNWA.BHTCL.Keys.Settings.HandleStatus = _
Keys.Settings.EN_HANDLE_STATUS.LOADED Then
Console.WriteLine("Grip handle is loaded.")
Else
Console.WriteLine("Grip handle is not loaded.")
End If
[C#]
if (DNWA.BHTCL.Keys.Settings.EN_KEYBOARD_TYPE.TYPE1
== DNWA.BHTCL.Keys.Settings.KeyboardType)
{
Console.WriteLine("Grip handle is loaded.");
}
else
{
Console.WriteLine("Grip handle is not loaded.");
}
HandleStatus
HandleStatus
{get;}
- 248 -

Advertisement

Table of Contents
loading

Table of Contents