(cifTelegramBin card_id rcv_task snd_task cmd ext ascii_hex_string)
![]() | This specifies the content of the message itself (header + data); the message interface header (the first 8 bytes) is automatically created from the other supplied parameters. |
(cifTelegramBin card_id return_value)
where return_value depends on the message response, or one of the following errors:
(error "cifTelegramBin DR_ERR_CARD_INVALID (time) invalid card: card_id") (error "cifTelegramBin -1 (time) messageError message_error_code") (error "cifTelegramBin -1 (time) replyMailboxError device_error_code") (error "cifTelegramBin -1 (time) sendMailboxError device_error_code")
![]() | The text string corresponding to the message_error_code and device_error_code can be obtained by issuing an errorDescription command, like this: (errorDescription error_code) |
This command provides access to the CIF message data interface. The message content must be specified as ASCII encoded hex digits, and the resulting binary message is likewise encoded as ASCII hex. See the cifTelegram command for more information about messages.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.