USB HID IntelliHead Swipe Reader
DECODE_ENABLE PROPERTY
Property ID: |
|
| 0x1A |
|
|
|
|
|
|
| |||
Property Type: |
| Byte |
|
|
|
|
|
|
| ||||
Length: |
|
| 1 byte |
|
|
|
|
|
|
| |||
Get Property: |
| Yes |
|
|
|
|
|
|
| ||||
Set Property: |
| Yes |
|
|
|
|
|
|
| ||||
Default Value: |
| 0x00 |
|
|
|
|
|
|
| ||||
Description: |
|
| This property is defined as follows: |
|
|
|
| ||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Bit |
|
| 7 |
| 6 | 5 | 4 |
| 3 | 2 | 1 | 0 |
| Position |
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
| |
| Decode |
| Reserved | Reserved | Reserved | Reserved |
| Reserved | Reserved | Reserved | JIS Type 2 | ||
| Type |
|
| ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
When a decode type bit is set to 1 (true), the decode type represented by that bit is enabled. When a decode type bit is set to 0 (false), the decode type represented by that bit is disabled. The reserved decode type bits should always be set to zero.
This property is stored in
Note
The JIS type 2 decoding option was not added until firmware with software ID 21042812K01 was release in October 2008.
Example Set property Request (Hex):
Cmd Num | Data Len | Prp ID | Prp Value |
01 | 02 | 1A | 01 (enable JIS Type 2 |
|
|
| decode type) |
Example Set property Response (Hex):
Result Code | Data Len | Data |
00 | 00 |
|
Example Get property Request (Hex):
Cmd Num | Data Len | Prp ID |
00 | 01 | 1A |
Example Get property Response (Hex):
Result Code | Data Len | Prp Value |
00 | 01 | 01 |
22