#include <winscard_msg.h>
Data Fields | |
uint32_t | mtype |
uint32_t | user_id |
one of the pcsc_adm_commands | |
uint32_t | group_id |
uint32_t | command |
uint64_t | date |
one of the pcsc_msg_commands | |
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 44 of file winscard_msg.h.