Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type MifareClassicClient struct + func NewMifareClassicClient(cc grpc.ClientConnInterface) *MifareClassicClient + func (c *MifareClassicClient) AuthenticateSectorWithKeyA(ctx context.Context, arg0 int32, arg1 int64) (bool, error) + func (c *MifareClassicClient) AuthenticateSectorWithKeyB(ctx context.Context, arg0 int32, arg1 int64) (bool, error) + func (c *MifareClassicClient) BlockToSector(ctx context.Context, arg0 int32) (int32, error) + func (c *MifareClassicClient) Close(ctx context.Context) error + func (c *MifareClassicClient) Connect(ctx context.Context) error + func (c *MifareClassicClient) Decrement(ctx context.Context, arg0 int32, arg1 int32) error + func (c *MifareClassicClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *MifareClassicClient) GetBlockCount(ctx context.Context) (int32, error) + func (c *MifareClassicClient) GetBlockCountInSector(ctx context.Context, arg0 int32) (int32, error) + func (c *MifareClassicClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *MifareClassicClient) GetSectorCount(ctx context.Context) (int32, error) + func (c *MifareClassicClient) GetSize(ctx context.Context) (int32, error) + func (c *MifareClassicClient) GetTag(ctx context.Context) (int64, error) + func (c *MifareClassicClient) GetTimeout(ctx context.Context) (int32, error) + func (c *MifareClassicClient) GetType(ctx context.Context) (int32, error) + func (c *MifareClassicClient) Increment(ctx context.Context, arg0 int32, arg1 int32) error + func (c *MifareClassicClient) IsConnected(ctx context.Context) (bool, error) + func (c *MifareClassicClient) ReadBlock(ctx context.Context, arg0 int32) (int64, error) + func (c *MifareClassicClient) Restore(ctx context.Context, arg0 int32) error + func (c *MifareClassicClient) SectorToBlock(ctx context.Context, arg0 int32) (int32, error) + func (c *MifareClassicClient) SetTimeout(ctx context.Context, arg0 int32) error + func (c *MifareClassicClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + func (c *MifareClassicClient) Transfer(ctx context.Context, arg0 int32) error + func (c *MifareClassicClient) WriteBlock(ctx context.Context, arg0 int32, arg1 int64) error + type MifareUltralightClient struct + func NewMifareUltralightClient(cc grpc.ClientConnInterface) *MifareUltralightClient + func (c *MifareUltralightClient) Close(ctx context.Context) error + func (c *MifareUltralightClient) Connect(ctx context.Context) error + func (c *MifareUltralightClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *MifareUltralightClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *MifareUltralightClient) GetTag(ctx context.Context) (int64, error) + func (c *MifareUltralightClient) GetTimeout(ctx context.Context) (int32, error) + func (c *MifareUltralightClient) GetType(ctx context.Context) (int32, error) + func (c *MifareUltralightClient) IsConnected(ctx context.Context) (bool, error) + func (c *MifareUltralightClient) ReadPages(ctx context.Context, arg0 int32) (int64, error) + func (c *MifareUltralightClient) SetTimeout(ctx context.Context, arg0 int32) error + func (c *MifareUltralightClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + func (c *MifareUltralightClient) WritePage(ctx context.Context, arg0 int32, arg1 int64) error + type NdefFormatableClient struct + func NewNdefFormatableClient(cc grpc.ClientConnInterface) *NdefFormatableClient + func (c *NdefFormatableClient) Close(ctx context.Context) error + func (c *NdefFormatableClient) Connect(ctx context.Context) error + func (c *NdefFormatableClient) Format(ctx context.Context, arg0 int64) error + func (c *NdefFormatableClient) FormatReadOnly(ctx context.Context, arg0 int64) error + func (c *NdefFormatableClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NdefFormatableClient) GetTag(ctx context.Context) (int64, error) + func (c *NdefFormatableClient) IsConnected(ctx context.Context) (bool, error) + type NfcAClient struct + func NewNfcAClient(cc grpc.ClientConnInterface) *NfcAClient + func (c *NfcAClient) Close(ctx context.Context) error + func (c *NfcAClient) Connect(ctx context.Context) error + func (c *NfcAClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NfcAClient) GetAtqa(ctx context.Context) (int64, error) + func (c *NfcAClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *NfcAClient) GetSak(ctx context.Context) (int16, error) + func (c *NfcAClient) GetTag(ctx context.Context) (int64, error) + func (c *NfcAClient) GetTimeout(ctx context.Context) (int32, error) + func (c *NfcAClient) IsConnected(ctx context.Context) (bool, error) + func (c *NfcAClient) SetTimeout(ctx context.Context, arg0 int32) error + func (c *NfcAClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + type NfcBClient struct + func NewNfcBClient(cc grpc.ClientConnInterface) *NfcBClient + func (c *NfcBClient) Close(ctx context.Context) error + func (c *NfcBClient) Connect(ctx context.Context) error + func (c *NfcBClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NfcBClient) GetApplicationData(ctx context.Context) (int64, error) + func (c *NfcBClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *NfcBClient) GetProtocolInfo(ctx context.Context) (int64, error) + func (c *NfcBClient) GetTag(ctx context.Context) (int64, error) + func (c *NfcBClient) IsConnected(ctx context.Context) (bool, error) + func (c *NfcBClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + type NfcBarcodeClient struct + func NewNfcBarcodeClient(cc grpc.ClientConnInterface) *NfcBarcodeClient + func (c *NfcBarcodeClient) Close(ctx context.Context) error + func (c *NfcBarcodeClient) Connect(ctx context.Context) error + func (c *NfcBarcodeClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NfcBarcodeClient) GetBarcode(ctx context.Context) (int64, error) + func (c *NfcBarcodeClient) GetTag(ctx context.Context) (int64, error) + func (c *NfcBarcodeClient) GetType(ctx context.Context) (int32, error) + func (c *NfcBarcodeClient) IsConnected(ctx context.Context) (bool, error) + type NfcFClient struct + func NewNfcFClient(cc grpc.ClientConnInterface) *NfcFClient + func (c *NfcFClient) Close(ctx context.Context) error + func (c *NfcFClient) Connect(ctx context.Context) error + func (c *NfcFClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NfcFClient) GetManufacturer(ctx context.Context) (int64, error) + func (c *NfcFClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *NfcFClient) GetSystemCode(ctx context.Context) (int64, error) + func (c *NfcFClient) GetTag(ctx context.Context) (int64, error) + func (c *NfcFClient) GetTimeout(ctx context.Context) (int32, error) + func (c *NfcFClient) IsConnected(ctx context.Context) (bool, error) + func (c *NfcFClient) SetTimeout(ctx context.Context, arg0 int32) error + func (c *NfcFClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + type NfcVClient struct + func NewNfcVClient(cc grpc.ClientConnInterface) *NfcVClient + func (c *NfcVClient) Close(ctx context.Context) error + func (c *NfcVClient) Connect(ctx context.Context) error + func (c *NfcVClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *NfcVClient) GetDsfId(ctx context.Context) (int8, error) + func (c *NfcVClient) GetMaxTransceiveLength(ctx context.Context) (int32, error) + func (c *NfcVClient) GetResponseFlags(ctx context.Context) (int8, error) + func (c *NfcVClient) GetTag(ctx context.Context) (int64, error) + func (c *NfcVClient) IsConnected(ctx context.Context) (bool, error) + func (c *NfcVClient) Transceive(ctx context.Context, arg0 int64) (int64, error) + type TagTechnologyClient struct + func NewTagTechnologyClient(cc grpc.ClientConnInterface) *TagTechnologyClient + func (c *TagTechnologyClient) Close(ctx context.Context) error + func (c *TagTechnologyClient) Connect(ctx context.Context) error + func (c *TagTechnologyClient) GetTag(ctx context.Context) (int64, error) + func (c *TagTechnologyClient) IsConnected(ctx context.Context) (bool, error)