Property default values, Properties, Software id property – MagTek iDynamo MagneSafe V5 User Manual
Page 20: Device serial number property

iDynamo MagneSafe V5 Communication Manual
14
Property Type Description
Byte
This is a one-byte value. The valid values depend on the property.
String
This is a multiple byte ASCII string. Its length can be zero to a
maximum length that depends on the property. The value and
length of the string does not include a terminating NUL character.
Property Default Values
Each property specifies a default value. This is the firmware default value and may be changed
during the manufacturing or order fulfillment process to support the needs of specific clients.
PROPERTIES
All of the properties available in this reader are shown below.
Software ID Property
Property ID:
0x00
Property Type:
String
Length:
Fixed at 11 bytes
Get Property:
Yes
Set Property:
No
Description:
This is an 11-byte read-only property that identifies the software part number
and version for the reader. The first 8 bytes represent the part number and the
last 3 bytes represent the version. For example this string might be
“21042875A01”.
Example Get Software ID property Request (Hex):
Cmd Num
Data Len
Prp ID
00
01
00
Example Get Software ID property Response (Hex):
Result Code Data Len
Prp Value
00
0B
32 31 30 34 32 38 37 35 41 30 31
Device Serial Number property
Property ID:
0x03
Property Type:
String
Length:
0 – 15 bytes
Get Property:
Yes
Set Property:
Yes (Once only)
Default Value:
The default value is no string with a length of zero.
Description:
The value is an ASCII string that represents the reader serial number. This
string can be 0 – 15 bytes long. This property may be Set once only.
Attempts to Set the property again will fail with RC = 0x07 (Sequence Error).
This property is stored in non-volatile memory, so it will persist when the unit
is power cycled. When this property is changed, the unit must be reset (see
Command Number 2) or power cycled for these changes to take effect.
Example Set Device Serial Number property Request (Hex):
Cmd Num
Data Len
Prp ID
Prp Value
01
04
03
31 32 33