Comma delimited list of arguments to be passed to MagneFlex. Arguments:
timeLimit:, command:, commandType:, waitForReport:, endSession:
Argument details:
timeLimit - Seconds to wait before the operation times out. Value is in hexadecimal format.
(1 - 255)
command β Command to be sent in hexadecimal.
commandType β Type of command to be sent.
βSETβ = For commands where the ACK status is to be returned. βGETβ = For commands where the data is to be returned.
waitForReport - The report number to wait for before returning the response.
Example:
Command 30 00 (Set KSN) will respond with an ACK (01) or with data in Get Mode (30).
β01β = will return the response for ACK report (01). β30β = will return the data report (30).
endSession - Flag to end the session for the device. Default value is true.
βtrueβ = End the session after the request is processed.
βfalseβ = Do not end the session after the request is processed.