Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ChannelClient struct + func NewChannelClient(cc grpc.ClientConnInterface) *ChannelClient + func (c *ChannelClient) Close(ctx context.Context) error + func (c *ChannelClient) GetSelectResponse(ctx context.Context) (int64, error) + func (c *ChannelClient) GetSession(ctx context.Context) (int64, error) + func (c *ChannelClient) IsBasicChannel(ctx context.Context) (bool, error) + func (c *ChannelClient) IsOpen(ctx context.Context) (bool, error) + func (c *ChannelClient) SelectNext(ctx context.Context) (bool, error) + func (c *ChannelClient) Transmit(ctx context.Context, arg0 int64) (int64, error) + type ReaderClient struct + func NewReaderClient(cc grpc.ClientConnInterface) *ReaderClient + func (c *ReaderClient) CloseSessions(ctx context.Context) error + func (c *ReaderClient) GetName(ctx context.Context) (string, error) + func (c *ReaderClient) GetSEService(ctx context.Context) (int64, error) + func (c *ReaderClient) IsSecureElementPresent(ctx context.Context) (bool, error) + func (c *ReaderClient) OpenSession(ctx context.Context) (int64, error) + type SEServiceClient struct + func NewSEServiceClient(cc grpc.ClientConnInterface) *SEServiceClient + func (c *SEServiceClient) GetReaders(ctx context.Context, handle int64) (int64, error) + func (c *SEServiceClient) GetUiccReader(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *SEServiceClient) GetVersion(ctx context.Context, handle int64) (string, error) + func (c *SEServiceClient) IsConnected(ctx context.Context, handle int64) (bool, error) + func (c *SEServiceClient) Shutdown(ctx context.Context, handle int64) error + type SEServiceOnConnectedListenerClient struct + func NewSEServiceOnConnectedListenerClient(cc grpc.ClientConnInterface) *SEServiceOnConnectedListenerClient + func (c *SEServiceOnConnectedListenerClient) OnConnected(ctx context.Context) error + type SessionClient struct + func NewSessionClient(cc grpc.ClientConnInterface) *SessionClient + func (c *SessionClient) Close(ctx context.Context) error + func (c *SessionClient) CloseChannels(ctx context.Context) error + func (c *SessionClient) GetATR(ctx context.Context) (int64, error) + func (c *SessionClient) GetReader(ctx context.Context) (int64, error) + func (c *SessionClient) IsClosed(ctx context.Context) (bool, error) + func (c *SessionClient) OpenBasicChannel1(ctx context.Context, arg0 int64) (int64, error) + func (c *SessionClient) OpenBasicChannel2_1(ctx context.Context, arg0 int64, arg1 int8) (int64, error) + func (c *SessionClient) OpenLogicalChannel1(ctx context.Context, arg0 int64) (int64, error) + func (c *SessionClient) OpenLogicalChannel2_1(ctx context.Context, arg0 int64, arg1 int8) (int64, error)