Documentation
¶
Index ¶
- type SCConnection
- func (scConnection *SCConnection) Disconnect() error
- func (scConnection *SCConnection) GetCard() *scard.Card
- func (scConnection *SCConnection) GetContext() *scard.Context
- func (scConnection *SCConnection) GetReaderName() string
- func (scConnection *SCConnection) SendFromCommand(apduCommand *apdu.Command) (response *apdu.Response, err error)
- func (scConnection *SCConnection) SendFromString(apduAsString string) (response *apdu.Response, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SCConnection ¶
type SCConnection struct {
// contains filtered or unexported fields
}
func NewSCConnection ¶
func NewSCConnection() (scConnection *SCConnection, err error)
func (*SCConnection) Disconnect ¶
func (scConnection *SCConnection) Disconnect() error
func (*SCConnection) GetCard ¶
func (scConnection *SCConnection) GetCard() *scard.Card
func (*SCConnection) GetContext ¶
func (scConnection *SCConnection) GetContext() *scard.Context
func (*SCConnection) GetReaderName ¶
func (scConnection *SCConnection) GetReaderName() string
func (*SCConnection) SendFromCommand ¶
func (*SCConnection) SendFromString ¶
func (scConnection *SCConnection) SendFromString(apduAsString string) (response *apdu.Response, err error)
Click to show internal directories.
Click to hide internal directories.