#include <winscard_msg.h>
Data Fields | |
| unsigned int | mtype |
| unsigned int | user_id |
one of the pcsc_adm_commands | |
| unsigned int | group_id |
| unsigned int | command |
| unsigned int | dummy |
one of the pcsc_msg_commands | |
| time_t | date |
| unsigned char | key [PCSCLITE_MSG_KEY_LEN] |
| unsigned char | data [PCSCLITE_MAX_MESSAGE_SIZE] |
It is used in the calls of SHMMessageSend and SHMMessageReceive. The field data is interpreted according to the values of the fields mtype and command. The possible structs the data field can represent are: version_struct client_struct establish_struct release_struct connect_struct reconnect_struct disconnect_struct begin_struct end_struct cancel_struct status_struct transmit_struct control_struct getset_struct
Definition at line 42 of file winscard_msg.h.
1.4.7