Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CardEmulationClient struct + func NewCardEmulationClient(cc grpc.ClientConnInterface) *CardEmulationClient + func (c *CardEmulationClient) CategoryAllowsForegroundPreference(ctx context.Context, arg0 string) (bool, error) + func (c *CardEmulationClient) GetAidsForPreferredPaymentService(ctx context.Context) (int64, error) + func (c *CardEmulationClient) GetAidsForService(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *CardEmulationClient) GetDefaultNfcSubscriptionId(ctx context.Context) (int32, error) + func (c *CardEmulationClient) GetDescriptionForPreferredPaymentService(ctx context.Context) (int64, error) + func (c *CardEmulationClient) GetRouteDestinationForPreferredPaymentService(ctx context.Context) (string, error) + func (c *CardEmulationClient) GetSelectionModeForCategory(ctx context.Context, arg0 string) (int32, error) + func (c *CardEmulationClient) IsDefaultServiceForAid(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) IsDefaultServiceForCategory(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) IsEuiccSupported(ctx context.Context) (bool, error) + func (c *CardEmulationClient) RegisterNfcEventCallback(ctx context.Context, arg0 int64, arg1 int64) error + func (c *CardEmulationClient) RegisterPollingLoopFilterForService(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (bool, error) + func (c *CardEmulationClient) RegisterPollingLoopPatternFilterForService(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (bool, error) + func (c *CardEmulationClient) RemoveAidsForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) RemovePollingLoopFilterForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) RemovePollingLoopPatternFilterForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) SetOffHostForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *CardEmulationClient) SetPreferredService(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *CardEmulationClient) SetShouldDefaultToObserveModeForService(ctx context.Context, arg0 int64, arg1 bool) (bool, error) + func (c *CardEmulationClient) SupportsAidPrefixRegistration(ctx context.Context) (bool, error) + func (c *CardEmulationClient) UnregisterNfcEventCallback(ctx context.Context, arg0 int64) error + func (c *CardEmulationClient) UnsetOffHostForService(ctx context.Context, arg0 int64) (bool, error) + func (c *CardEmulationClient) UnsetPreferredService(ctx context.Context, arg0 int64) (bool, error) + type HostApduServiceClient struct + func NewHostApduServiceClient(cc grpc.ClientConnInterface) *HostApduServiceClient + func (c *HostApduServiceClient) NotifyUnhandled(ctx context.Context) error + func (c *HostApduServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *HostApduServiceClient) OnDeactivated(ctx context.Context, arg0 int32) error + func (c *HostApduServiceClient) ProcessCommandApdu(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *HostApduServiceClient) SendResponseApdu(ctx context.Context, arg0 int64) error + type HostNfcFServiceClient struct + func NewHostNfcFServiceClient(cc grpc.ClientConnInterface) *HostNfcFServiceClient + func (c *HostNfcFServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *HostNfcFServiceClient) OnDeactivated(ctx context.Context, arg0 int32) error + func (c *HostNfcFServiceClient) ProcessNfcFPacket(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *HostNfcFServiceClient) SendResponsePacket(ctx context.Context, arg0 int64) error + type NfcFCardEmulationClient struct + func NewNfcFCardEmulationClient(cc grpc.ClientConnInterface) *NfcFCardEmulationClient + func (c *NfcFCardEmulationClient) DisableService(ctx context.Context, arg0 int64) (bool, error) + func (c *NfcFCardEmulationClient) EnableService(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *NfcFCardEmulationClient) GetNfcid2ForService(ctx context.Context, arg0 int64) (string, error) + func (c *NfcFCardEmulationClient) GetSystemCodeForService(ctx context.Context, arg0 int64) (string, error) + func (c *NfcFCardEmulationClient) RegisterSystemCodeForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *NfcFCardEmulationClient) SetNfcid2ForService(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *NfcFCardEmulationClient) UnregisterSystemCodeForService(ctx context.Context, arg0 int64) (bool, error) + type OffHostApduServiceClient struct + func NewOffHostApduServiceClient(cc grpc.ClientConnInterface) *OffHostApduServiceClient + func (c *OffHostApduServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + type PollingFrameClient struct + func NewPollingFrameClient(cc grpc.ClientConnInterface) *PollingFrameClient + func (c *PollingFrameClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PollingFrameClient) GetData(ctx context.Context) (int64, error) + func (c *PollingFrameClient) GetTimestamp(ctx context.Context) (int64, error) + func (c *PollingFrameClient) GetTriggeredAutoTransact(ctx context.Context) (bool, error) + func (c *PollingFrameClient) GetType(ctx context.Context) (int32, error) + func (c *PollingFrameClient) GetVendorSpecificGain(ctx context.Context) (int32, error) + func (c *PollingFrameClient) ToString(ctx context.Context) (string, error) + func (c *PollingFrameClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error