Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + const DescriptorIThreadChip + const DescriptorIThreadChipCallback + const IThreadChipErrorBusy + const IThreadChipErrorFailed + const IThreadChipErrorNoBufs + const MethodIThreadChipCallbackOnReceiveSpinelFrame + const MethodIThreadChipClose + const MethodIThreadChipHardwareReset + const MethodIThreadChipOpen + const MethodIThreadChipSendSpinelFrame + const TransactionIThreadChipCallbackOnReceiveSpinelFrame + const TransactionIThreadChipClose + const TransactionIThreadChipHardwareReset + const TransactionIThreadChipOpen + const TransactionIThreadChipSendSpinelFrame + type IThreadChip interface + AsBinder func() binder.IBinder + Close func(ctx context.Context) error + HardwareReset func(ctx context.Context) error + Open func(ctx context.Context, callback IThreadChipCallback) error + SendSpinelFrame func(ctx context.Context, frame []byte) error + func NewThreadChipStub(impl IThreadChipServer) IThreadChip + type IThreadChipCallback interface + AsBinder func() binder.IBinder + OnReceiveSpinelFrame func(ctx context.Context, frame []byte) error + func NewThreadChipCallbackStub(impl IThreadChipCallbackServer) IThreadChipCallback + type IThreadChipCallbackServer interface + OnReceiveSpinelFrame func(ctx context.Context, frame []byte) error + type IThreadChipServer interface + Close func(ctx context.Context) error + HardwareReset func(ctx context.Context) error + Open func(ctx context.Context, callback IThreadChipCallback) error + SendSpinelFrame func(ctx context.Context, frame []byte) error + type ThreadChipCallbackProxy struct + Remote binder.IBinder + func NewThreadChipCallbackProxy(remote binder.IBinder) *ThreadChipCallbackProxy + func (p *ThreadChipCallbackProxy) AsBinder() binder.IBinder + func (p *ThreadChipCallbackProxy) OnReceiveSpinelFrame(ctx context.Context, frame []byte) error + type ThreadChipCallbackStub struct + Impl IThreadChipCallback + Transport binder.VersionAwareTransport + func (s *ThreadChipCallbackStub) Descriptor() string + func (s *ThreadChipCallbackStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type ThreadChipProxy struct + Remote binder.IBinder + func NewThreadChipProxy(remote binder.IBinder) *ThreadChipProxy + func (p *ThreadChipProxy) AsBinder() binder.IBinder + func (p *ThreadChipProxy) Close(ctx context.Context) error + func (p *ThreadChipProxy) HardwareReset(ctx context.Context) error + func (p *ThreadChipProxy) Open(ctx context.Context, callback IThreadChipCallback) error + func (p *ThreadChipProxy) SendSpinelFrame(ctx context.Context, frame []byte) error + type ThreadChipStub struct + Impl IThreadChip + Transport binder.VersionAwareTransport + func (s *ThreadChipStub) Descriptor() string + func (s *ThreadChipStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)