| |||||
Technical Support Support Resources
Product Information | RTX166: CAN MESSAGE 15 MASKINGQUESTIONCan I use the masking capability of the last C167 CAN message object in RTX166? ANSWERYes. The following CAN routines were added to the RTX166 CAN library after manuals were printed. unsigned char can_def_last_obj ( unsigned long last_msg_mask, unsigned char data_length);
unsigned char can_def_last_obj_ext ( unsigned long last_msg_mask, unsigned char data_length);
To receive all messages not defined in message objects 1-14, last_msg_mask should be set to zero (standard: 0x000, extended: 0x00000000). Last Reviewed: Monday, January 08, 2001 | ||||
| |||||