Function pcsc::ctl_code

source ·
pub fn ctl_code(code: DWORD) -> DWORD
Expand description

Transform a control code in the form expected by the platform.

Control codes passed to Card::control are usually defined as inputs to this function.

This function wraps the SCARD_CTL_CODE macro.