tech

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MifareClassicClient

type MifareClassicClient struct {
	// contains filtered or unexported fields
}

MifareClassicClient wraps the gRPC MifareClassicService client.

func NewMifareClassicClient

func NewMifareClassicClient(cc grpc.ClientConnInterface) *MifareClassicClient

NewMifareClassicClient creates a new MifareClassic client.

func (*MifareClassicClient) AuthenticateSectorWithKeyA

func (c *MifareClassicClient) AuthenticateSectorWithKeyA(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

AuthenticateSectorWithKeyA calls the AuthenticateSectorWithKeyA RPC.

func (*MifareClassicClient) AuthenticateSectorWithKeyB

func (c *MifareClassicClient) AuthenticateSectorWithKeyB(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

AuthenticateSectorWithKeyB calls the AuthenticateSectorWithKeyB RPC.

func (*MifareClassicClient) BlockToSector

func (c *MifareClassicClient) BlockToSector(ctx context.Context, arg0 int32) (int32, error)

BlockToSector calls the BlockToSector RPC.

func (*MifareClassicClient) Close

func (c *MifareClassicClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*MifareClassicClient) Connect

func (c *MifareClassicClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*MifareClassicClient) Decrement

func (c *MifareClassicClient) Decrement(ctx context.Context, arg0 int32, arg1 int32) error

Decrement calls the Decrement RPC.

func (*MifareClassicClient) Get

func (c *MifareClassicClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*MifareClassicClient) GetBlockCount

func (c *MifareClassicClient) GetBlockCount(ctx context.Context) (int32, error)

GetBlockCount calls the GetBlockCount RPC.

func (*MifareClassicClient) GetBlockCountInSector

func (c *MifareClassicClient) GetBlockCountInSector(ctx context.Context, arg0 int32) (int32, error)

GetBlockCountInSector calls the GetBlockCountInSector RPC.

func (*MifareClassicClient) GetMaxTransceiveLength

func (c *MifareClassicClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*MifareClassicClient) GetSectorCount

func (c *MifareClassicClient) GetSectorCount(ctx context.Context) (int32, error)

GetSectorCount calls the GetSectorCount RPC.

func (*MifareClassicClient) GetSize

func (c *MifareClassicClient) GetSize(ctx context.Context) (int32, error)

GetSize calls the GetSize RPC.

func (*MifareClassicClient) GetTag

func (c *MifareClassicClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*MifareClassicClient) GetTimeout

func (c *MifareClassicClient) GetTimeout(ctx context.Context) (int32, error)

GetTimeout calls the GetTimeout RPC.

func (*MifareClassicClient) GetType

func (c *MifareClassicClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*MifareClassicClient) Increment

func (c *MifareClassicClient) Increment(ctx context.Context, arg0 int32, arg1 int32) error

Increment calls the Increment RPC.

func (*MifareClassicClient) IsConnected

func (c *MifareClassicClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*MifareClassicClient) ReadBlock

func (c *MifareClassicClient) ReadBlock(ctx context.Context, arg0 int32) (int64, error)

ReadBlock calls the ReadBlock RPC.

func (*MifareClassicClient) Restore

func (c *MifareClassicClient) Restore(ctx context.Context, arg0 int32) error

Restore calls the Restore RPC.

func (*MifareClassicClient) SectorToBlock

func (c *MifareClassicClient) SectorToBlock(ctx context.Context, arg0 int32) (int32, error)

SectorToBlock calls the SectorToBlock RPC.

func (*MifareClassicClient) SetTimeout

func (c *MifareClassicClient) SetTimeout(ctx context.Context, arg0 int32) error

SetTimeout calls the SetTimeout RPC.

func (*MifareClassicClient) Transceive

func (c *MifareClassicClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

func (*MifareClassicClient) Transfer

func (c *MifareClassicClient) Transfer(ctx context.Context, arg0 int32) error

Transfer calls the Transfer RPC.

func (*MifareClassicClient) WriteBlock

func (c *MifareClassicClient) WriteBlock(ctx context.Context, arg0 int32, arg1 int64) error

WriteBlock calls the WriteBlock RPC.

type MifareUltralightClient

type MifareUltralightClient struct {
	// contains filtered or unexported fields
}

MifareUltralightClient wraps the gRPC MifareUltralightService client.

func NewMifareUltralightClient

func NewMifareUltralightClient(cc grpc.ClientConnInterface) *MifareUltralightClient

NewMifareUltralightClient creates a new MifareUltralight client.

func (*MifareUltralightClient) Close

Close calls the Close RPC.

func (*MifareUltralightClient) Connect

func (c *MifareUltralightClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*MifareUltralightClient) Get

func (c *MifareUltralightClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*MifareUltralightClient) GetMaxTransceiveLength

func (c *MifareUltralightClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*MifareUltralightClient) GetTag

func (c *MifareUltralightClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*MifareUltralightClient) GetTimeout

func (c *MifareUltralightClient) GetTimeout(ctx context.Context) (int32, error)

GetTimeout calls the GetTimeout RPC.

func (*MifareUltralightClient) GetType

func (c *MifareUltralightClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*MifareUltralightClient) IsConnected

func (c *MifareUltralightClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*MifareUltralightClient) ReadPages

func (c *MifareUltralightClient) ReadPages(ctx context.Context, arg0 int32) (int64, error)

ReadPages calls the ReadPages RPC.

func (*MifareUltralightClient) SetTimeout

func (c *MifareUltralightClient) SetTimeout(ctx context.Context, arg0 int32) error

SetTimeout calls the SetTimeout RPC.

func (*MifareUltralightClient) Transceive

func (c *MifareUltralightClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

func (*MifareUltralightClient) WritePage

func (c *MifareUltralightClient) WritePage(ctx context.Context, arg0 int32, arg1 int64) error

WritePage calls the WritePage RPC.

type NdefFormatableClient

type NdefFormatableClient struct {
	// contains filtered or unexported fields
}

NdefFormatableClient wraps the gRPC NdefFormatableService client.

func NewNdefFormatableClient

func NewNdefFormatableClient(cc grpc.ClientConnInterface) *NdefFormatableClient

NewNdefFormatableClient creates a new NdefFormatable client.

func (*NdefFormatableClient) Close

func (c *NdefFormatableClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NdefFormatableClient) Connect

func (c *NdefFormatableClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NdefFormatableClient) Format

func (c *NdefFormatableClient) Format(ctx context.Context, arg0 int64) error

Format calls the Format RPC.

func (*NdefFormatableClient) FormatReadOnly

func (c *NdefFormatableClient) FormatReadOnly(ctx context.Context, arg0 int64) error

FormatReadOnly calls the FormatReadOnly RPC.

func (*NdefFormatableClient) Get

func (c *NdefFormatableClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NdefFormatableClient) GetTag

func (c *NdefFormatableClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NdefFormatableClient) IsConnected

func (c *NdefFormatableClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

type NfcAClient

type NfcAClient struct {
	// contains filtered or unexported fields
}

NfcAClient wraps the gRPC NfcAService client.

func NewNfcAClient

func NewNfcAClient(cc grpc.ClientConnInterface) *NfcAClient

NewNfcAClient creates a new NfcA client.

func (*NfcAClient) Close

func (c *NfcAClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NfcAClient) Connect

func (c *NfcAClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NfcAClient) Get

func (c *NfcAClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NfcAClient) GetAtqa

func (c *NfcAClient) GetAtqa(ctx context.Context) (int64, error)

GetAtqa calls the GetAtqa RPC.

func (*NfcAClient) GetMaxTransceiveLength

func (c *NfcAClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*NfcAClient) GetSak

func (c *NfcAClient) GetSak(ctx context.Context) (int16, error)

GetSak calls the GetSak RPC.

func (*NfcAClient) GetTag

func (c *NfcAClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NfcAClient) GetTimeout

func (c *NfcAClient) GetTimeout(ctx context.Context) (int32, error)

GetTimeout calls the GetTimeout RPC.

func (*NfcAClient) IsConnected

func (c *NfcAClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*NfcAClient) SetTimeout

func (c *NfcAClient) SetTimeout(ctx context.Context, arg0 int32) error

SetTimeout calls the SetTimeout RPC.

func (*NfcAClient) Transceive

func (c *NfcAClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

type NfcBClient

type NfcBClient struct {
	// contains filtered or unexported fields
}

NfcBClient wraps the gRPC NfcBService client.

func NewNfcBClient

func NewNfcBClient(cc grpc.ClientConnInterface) *NfcBClient

NewNfcBClient creates a new NfcB client.

func (*NfcBClient) Close

func (c *NfcBClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NfcBClient) Connect

func (c *NfcBClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NfcBClient) Get

func (c *NfcBClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NfcBClient) GetApplicationData

func (c *NfcBClient) GetApplicationData(ctx context.Context) (int64, error)

GetApplicationData calls the GetApplicationData RPC.

func (*NfcBClient) GetMaxTransceiveLength

func (c *NfcBClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*NfcBClient) GetProtocolInfo

func (c *NfcBClient) GetProtocolInfo(ctx context.Context) (int64, error)

GetProtocolInfo calls the GetProtocolInfo RPC.

func (*NfcBClient) GetTag

func (c *NfcBClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NfcBClient) IsConnected

func (c *NfcBClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*NfcBClient) Transceive

func (c *NfcBClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

type NfcBarcodeClient

type NfcBarcodeClient struct {
	// contains filtered or unexported fields
}

NfcBarcodeClient wraps the gRPC NfcBarcodeService client.

func NewNfcBarcodeClient

func NewNfcBarcodeClient(cc grpc.ClientConnInterface) *NfcBarcodeClient

NewNfcBarcodeClient creates a new NfcBarcode client.

func (*NfcBarcodeClient) Close

func (c *NfcBarcodeClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NfcBarcodeClient) Connect

func (c *NfcBarcodeClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NfcBarcodeClient) Get

func (c *NfcBarcodeClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NfcBarcodeClient) GetBarcode

func (c *NfcBarcodeClient) GetBarcode(ctx context.Context) (int64, error)

GetBarcode calls the GetBarcode RPC.

func (*NfcBarcodeClient) GetTag

func (c *NfcBarcodeClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NfcBarcodeClient) GetType

func (c *NfcBarcodeClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*NfcBarcodeClient) IsConnected

func (c *NfcBarcodeClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

type NfcFClient

type NfcFClient struct {
	// contains filtered or unexported fields
}

NfcFClient wraps the gRPC NfcFService client.

func NewNfcFClient

func NewNfcFClient(cc grpc.ClientConnInterface) *NfcFClient

NewNfcFClient creates a new NfcF client.

func (*NfcFClient) Close

func (c *NfcFClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NfcFClient) Connect

func (c *NfcFClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NfcFClient) Get

func (c *NfcFClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NfcFClient) GetManufacturer

func (c *NfcFClient) GetManufacturer(ctx context.Context) (int64, error)

GetManufacturer calls the GetManufacturer RPC.

func (*NfcFClient) GetMaxTransceiveLength

func (c *NfcFClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*NfcFClient) GetSystemCode

func (c *NfcFClient) GetSystemCode(ctx context.Context) (int64, error)

GetSystemCode calls the GetSystemCode RPC.

func (*NfcFClient) GetTag

func (c *NfcFClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NfcFClient) GetTimeout

func (c *NfcFClient) GetTimeout(ctx context.Context) (int32, error)

GetTimeout calls the GetTimeout RPC.

func (*NfcFClient) IsConnected

func (c *NfcFClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*NfcFClient) SetTimeout

func (c *NfcFClient) SetTimeout(ctx context.Context, arg0 int32) error

SetTimeout calls the SetTimeout RPC.

func (*NfcFClient) Transceive

func (c *NfcFClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

type NfcVClient

type NfcVClient struct {
	// contains filtered or unexported fields
}

NfcVClient wraps the gRPC NfcVService client.

func NewNfcVClient

func NewNfcVClient(cc grpc.ClientConnInterface) *NfcVClient

NewNfcVClient creates a new NfcV client.

func (*NfcVClient) Close

func (c *NfcVClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*NfcVClient) Connect

func (c *NfcVClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*NfcVClient) Get

func (c *NfcVClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*NfcVClient) GetDsfId

func (c *NfcVClient) GetDsfId(ctx context.Context) (int8, error)

GetDsfId calls the GetDsfId RPC.

func (*NfcVClient) GetMaxTransceiveLength

func (c *NfcVClient) GetMaxTransceiveLength(ctx context.Context) (int32, error)

GetMaxTransceiveLength calls the GetMaxTransceiveLength RPC.

func (*NfcVClient) GetResponseFlags

func (c *NfcVClient) GetResponseFlags(ctx context.Context) (int8, error)

GetResponseFlags calls the GetResponseFlags RPC.

func (*NfcVClient) GetTag

func (c *NfcVClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*NfcVClient) IsConnected

func (c *NfcVClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

func (*NfcVClient) Transceive

func (c *NfcVClient) Transceive(ctx context.Context, arg0 int64) (int64, error)

Transceive calls the Transceive RPC.

type TagTechnologyClient

type TagTechnologyClient struct {
	// contains filtered or unexported fields
}

TagTechnologyClient wraps the gRPC TagTechnologyService client.

func NewTagTechnologyClient

func NewTagTechnologyClient(cc grpc.ClientConnInterface) *TagTechnologyClient

NewTagTechnologyClient creates a new TagTechnology client.

func (*TagTechnologyClient) Close

func (c *TagTechnologyClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*TagTechnologyClient) Connect

func (c *TagTechnologyClient) Connect(ctx context.Context) error

Connect calls the Connect RPC.

func (*TagTechnologyClient) GetTag

func (c *TagTechnologyClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*TagTechnologyClient) IsConnected

func (c *TagTechnologyClient) IsConnected(ctx context.Context) (bool, error)

IsConnected calls the IsConnected RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL