Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AdapterClient struct + func NewAdapterClient(cc grpc.ClientConnInterface) *AdapterClient + func (c *AdapterClient) Disable(ctx context.Context) (bool, error) + func (c *AdapterClient) DisableForegroundDispatch(ctx context.Context, arg0 int64) error + func (c *AdapterClient) DisableReaderMode(ctx context.Context, arg0 int64) error + func (c *AdapterClient) Enable(ctx context.Context) (bool, error) + func (c *AdapterClient) EnableForegroundDispatch(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + func (c *AdapterClient) EnableReaderMode(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error + func (c *AdapterClient) GetDefaultAdapter(ctx context.Context, arg0 int64) (int64, error) + func (c *AdapterClient) GetNfcAntennaInfo(ctx context.Context) (int64, error) + func (c *AdapterClient) IsEnabled(ctx context.Context) (bool, error) + func (c *AdapterClient) IsObserveModeEnabled(ctx context.Context) (bool, error) + func (c *AdapterClient) IsObserveModeSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsReaderOptionEnabled(ctx context.Context) (bool, error) + func (c *AdapterClient) IsReaderOptionSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsSecureNfcEnabled(ctx context.Context) (bool, error) + func (c *AdapterClient) IsSecureNfcSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsTagIntentAllowed(ctx context.Context) (bool, error) + func (c *AdapterClient) IsTagIntentAppPreferenceSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) ResetDiscoveryTechnology(ctx context.Context, arg0 int64) error + func (c *AdapterClient) SetDiscoveryTechnology(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *AdapterClient) SetObserveModeEnabled(ctx context.Context, arg0 bool) (bool, error) + type AdapterCreateBeamUrisCallbackClient struct + func NewAdapterCreateBeamUrisCallbackClient(cc grpc.ClientConnInterface) *AdapterCreateBeamUrisCallbackClient + func (c *AdapterCreateBeamUrisCallbackClient) CreateBeamUris(ctx context.Context, arg0 int64) (int64, error) + type AdapterCreateNdefMessageCallbackClient struct + func NewAdapterCreateNdefMessageCallbackClient(cc grpc.ClientConnInterface) *AdapterCreateNdefMessageCallbackClient + func (c *AdapterCreateNdefMessageCallbackClient) CreateNdefMessage(ctx context.Context, arg0 int64) (int64, error) + type AdapterOnNdefPushCompleteCallbackClient struct + func NewAdapterOnNdefPushCompleteCallbackClient(cc grpc.ClientConnInterface) *AdapterOnNdefPushCompleteCallbackClient + func (c *AdapterOnNdefPushCompleteCallbackClient) OnNdefPushComplete(ctx context.Context, arg0 int64) error + type AdapterOnTagRemovedListenerClient struct + func NewAdapterOnTagRemovedListenerClient(cc grpc.ClientConnInterface) *AdapterOnTagRemovedListenerClient + func (c *AdapterOnTagRemovedListenerClient) OnTagRemoved(ctx context.Context) error + type AdapterReaderCallbackClient struct + func NewAdapterReaderCallbackClient(cc grpc.ClientConnInterface) *AdapterReaderCallbackClient + func (c *AdapterReaderCallbackClient) OnTagDiscovered(ctx context.Context, arg0 int64) error + type AntennaInfoClient struct + func NewAntennaInfoClient(cc grpc.ClientConnInterface) *AntennaInfoClient + func (c *AntennaInfoClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AntennaInfoClient) GetAvailableNfcAntennas(ctx context.Context, handle int64) (int64, error) + func (c *AntennaInfoClient) GetDeviceHeight(ctx context.Context, handle int64) (int32, error) + func (c *AntennaInfoClient) GetDeviceWidth(ctx context.Context, handle int64) (int32, error) + func (c *AntennaInfoClient) IsDeviceFoldable(ctx context.Context, handle int64) (bool, error) + func (c *AntennaInfoClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AvailableNfcAntennaClient struct + func NewAvailableNfcAntennaClient(cc grpc.ClientConnInterface) *AvailableNfcAntennaClient + func (c *AvailableNfcAntennaClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AvailableNfcAntennaClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *AvailableNfcAntennaClient) GetLocationX(ctx context.Context, handle int64) (int32, error) + func (c *AvailableNfcAntennaClient) GetLocationY(ctx context.Context, handle int64) (int32, error) + func (c *AvailableNfcAntennaClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *AvailableNfcAntennaClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AvailableNfcAntennaClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type IsoDepClient struct + func NewIsoDepClient(cc grpc.ClientConnInterface) *IsoDepClient + func (c *IsoDepClient) Close(ctx context.Context) error + func (c *IsoDepClient) Connect(ctx context.Context) error + func (c *IsoDepClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *IsoDepClient) GetHiLayerResponse(ctx context.Context) (int64, error) + func (c *IsoDepClient) GetHistoricalBytes(ctx context.Context) (int64, error) + func (c *IsoDepClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *IsoDepClient) GetTag(ctx context.Context) (int64, error) + func (c *IsoDepClient) GetTimeout(ctx context.Context) (int32, error) + func (c *IsoDepClient) IsConnected(ctx context.Context) (bool, error) + func (c *IsoDepClient) IsExtendedLengthApduSupported(ctx context.Context) (bool, error) + func (c *IsoDepClient) SetTimeout(ctx context.Context, arg0 int32) error + func (c *IsoDepClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + type ManagerClient struct + func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient + func (c *ManagerClient) GetDefaultAdapter(ctx context.Context) (int64, error) + type NdefClient struct + func NewNdefClient(cc grpc.ClientConnInterface) *NdefClient + func (c *NdefClient) CanMakeReadOnly(ctx context.Context) (bool, error) + func (c *NdefClient) Close(ctx context.Context) error + func (c *NdefClient) Connect(ctx context.Context) error + func (c *NdefClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NdefClient) GetCachedNdefMessage(ctx context.Context) (int64, error) + func (c *NdefClient) GetMaxSize(ctx context.Context) (int32, error) + func (c *NdefClient) GetNdefMessage(ctx context.Context) (int64, error) + func (c *NdefClient) GetTag(ctx context.Context) (int64, error) + func (c *NdefClient) GetType(ctx context.Context) (string, error) + func (c *NdefClient) IsConnected(ctx context.Context) (bool, error) + func (c *NdefClient) IsWritable(ctx context.Context) (bool, error) + func (c *NdefClient) MakeReadOnly(ctx context.Context) (bool, error) + func (c *NdefClient) WriteNdefMessage(ctx context.Context, arg0 int64) error + type NdefMessageClient struct + func NewNdefMessageClient(cc grpc.ClientConnInterface) *NdefMessageClient + func (c *NdefMessageClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *NdefMessageClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *NdefMessageClient) GetByteArrayLength(ctx context.Context, handle int64) (int32, error) + func (c *NdefMessageClient) GetRecords(ctx context.Context, handle int64) (int64, error) + func (c *NdefMessageClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *NdefMessageClient) ToByteArray(ctx context.Context, handle int64) (int64, error) + func (c *NdefMessageClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *NdefMessageClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type NdefRecordClient struct + func NewNdefRecordClient(cc grpc.ClientConnInterface) *NdefRecordClient + func (c *NdefRecordClient) CreateApplicationRecord(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *NdefRecordClient) CreateExternal(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *NdefRecordClient) CreateMime(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *NdefRecordClient) CreateTextRecord(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *NdefRecordClient) CreateUri1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *NdefRecordClient) CreateUri1_1(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *NdefRecordClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *NdefRecordClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *NdefRecordClient) GetId(ctx context.Context, handle int64) (int64, error) + func (c *NdefRecordClient) GetPayload(ctx context.Context, handle int64) (int64, error) + func (c *NdefRecordClient) GetTnf(ctx context.Context, handle int64) (int16, error) + func (c *NdefRecordClient) GetType(ctx context.Context, handle int64) (int64, error) + func (c *NdefRecordClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *NdefRecordClient) ToByteArray(ctx context.Context, handle int64) (int64, error) + func (c *NdefRecordClient) ToMimeType(ctx context.Context, handle int64) (string, error) + func (c *NdefRecordClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *NdefRecordClient) ToUri(ctx context.Context, handle int64) (int64, error) + func (c *NdefRecordClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type TagClient struct + func NewTagClient(cc grpc.ClientConnInterface) *TagClient + func (c *TagClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TagClient) GetId(ctx context.Context) (int64, error) + func (c *TagClient) GetTechList(ctx context.Context) (int64, error) + func (c *TagClient) ToString(ctx context.Context) (string, error) + func (c *TagClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error