CapabilitiesCardReaderHid Field |
Note: This API is now obsolete.
The device has a card reader that supports Scriptel HID reports.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax [ObsoleteAttribute("Deprecated, please refer to bitmask constant MagCardHID")]
public const int CardReaderHid = 1
<ObsoleteAttribute("Deprecated, please refer to bitmask constant MagCardHID")>
Public Const CardReaderHid As Integer = 1
public:
[ObsoleteAttribute(L"Deprecated, please refer to bitmask constant MagCardHID")]
literal int CardReaderHid = 1
[<ObsoleteAttribute("Deprecated, please refer to bitmask constant MagCardHID")>]
static val mutable CardReaderHid: int
Field Value
Type:
Int32See Also