Save property command – MagTek IntelliStripe65 99875161 User Manual

Page 13

Advertising
background image

Section 2. Generic Commands

7

Response Message Result Codes:

Success = 00 (Hex)

The command completed successfully.

Failure = 01 (Hex)

The command failed.

SAVE PROPERTY COMMAND

Command ID: 02 (Hex)
Description:
This command is used to save the current property value as the power up / reset default value.
This command can be used to modify the property default values so that the properties do not
have to be initialized to other values after a power cycle or reset. Typically the set property
command is sent first to set the property to the desired power up / reset value. After which, the
save property command is sent to save the property in non-volatile memory so that it can then be
used as the new default value after a power cycle or reset. Not all properties support this
command. See the description of each property to see if this command is supported or not.

Request Message Data:

Byte

Field

Description

1

Property Type

Property Type definition follows

2

Property ID

Property ID identifies the property

3

Security Code 1

55 (hex)

4

Security Code 2

AA (hex)


Property Type definition:
The bits are identified by numbering the least significant bit 0 and the most significant bit 7.

Bits

Value

Definition

7-4

0

Reserved for future use.

3-0

0

Property type – None. The property type is unspecified.

1

Property type Dword – 32-bit integer.

2

Property type String – zero-terminated ASCII string.

3

Property type Boolean – 8-bit integer (1 – TRUE, 0 –
FALSE)

4

Property type Binary – binary data.

5–15

Property types reserved for future use.

Response Message Data: None

Advertising