Documentation ¶
Overview ¶
* package to handle the communication of smartcard devices under the PCSC implementation
projects on which it is based:
https://github.com/LudovicRousseau/PCSC github.com/ebfe/scard
/*
* package to handle the communication of smartcard devices under the PCSC implementation
projects on which it is based:
https://github.com/LudovicRousseau/PCSC github.com/ebfe/scard
/*
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Card ¶
type Card interface { smartcard.ICard ControlApdu(ioctl uint32, apdu []byte) ([]byte, error) DiconnectResetCard() error DisconnectUnpowerCard() error DisconnectEjectCard() error TransparentSessionStart() ([]byte, error) TransparentSessionStartOnly() ([]byte, error) TransparentSessionResetRF() ([]byte, error) TransparentSessionEnd() ([]byte, error) Switch1444_4() ([]byte, error) Switch1444_3() ([]byte, error) }
Card Interface
Click to show internal directories.
Click to hide internal directories.