代码搜索:PCSC
找到约 170 项符合「PCSC」的源代码
代码结果 170
www.eeworm.com/read/147640/5728246
c installifd.c
/*
* This is a reader installer for pcsc-lite.
*
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
*
* Copyright (C) 2000-2003
* David Corcoran
* Ludovic Rous
www.eeworm.com/read/147640/5728248
in pcsclite.h.in
/*
* This keeps a list of defines for pcsc-lite.
*
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
*
* Copyright (C) 1999-2004
* David Corcoran
* Ludovic Ro
www.eeworm.com/read/147640/5728250
h pcsclite.h
/*
* This keeps a list of defines for pcsc-lite.
*
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
*
* Copyright (C) 1999-2004
* David Corcoran
* Ludovic Ro
www.eeworm.com/read/423504/10555903
makefile
VERSION = 0.3.0
INCLUDES = -I./libsc
LIBS = -L/opt/pcsc/lib -lpcsclite -lpthread
#LIBS = libsc.a ./libpcsclite.a ./libpcsclite-core.a -lpthread
LDFLAGS = $(LIBS)
CFLAGS = $(INCLUDES) -g -Wall
www.eeworm.com/read/101990/6234900
c ctbcs.c
/*
* ctbcs.c: Extended CTBCS commands, used for pcsc and ct-api readers
*
* Copyright (C) 2002 Olaf Kirch
*
* This library is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/358023/3007164
readme
Title : OCF to PC/SC Lite layer
Author : David Corcoran
Requires: pcsc-lite-0.5.2 or higher
Purpose : This provides a means to use OCF under
Unix to talk to PC/SC supported readers
Note:
www.eeworm.com/read/286445/4039433
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// PCSC.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/110256/15538001
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PCSC_COM.RC
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SY
www.eeworm.com/read/327445/3455592
h pcscom.h
/*
* Card Application Class using PC/SC Standard
*
* Writen by Alfred Meng
*
* Oct. 15, 2000
*
*@ident "PCSCOM V1.0"
*/
#ifndef __PCSCOM_H
#define __PCSCOM_H
#define __PCSC__
www.eeworm.com/read/147640/5728239
am makefile.am
# Process this file with automake to create Makefile.in.
AM_CPPFLAGS = -I$(top_srcdir)/src/PCSC
bin_PROGRAMS = formaticc
sbin_PROGRAMS = installifd
installifd_SOURCES = installifd.c
formaticc_SOUR