[][src]Function pcsc::ctl_code

pub fn ctl_code(code: DWORD) -> DWORD

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.