Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NormalChannel ¶
type NormalChannel struct {
// contains filtered or unexported fields
}
NormalChannel implements a normal channel to send apdu commands and receive apdu responses.
func NewNormalChannel ¶
func NewNormalChannel(t Transmitter) *NormalChannel
NewNormalChannel returns a new NormalChannel that sends commands to Transmitter t.
type Transmitter ¶
Transmitter defines an interface with one method to transmit raw commands and receive raw responses.
Click to show internal directories.
Click to hide internal directories.