crypto_sw_scheduler

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package crypto_sw_scheduler contains generated bindings for API file crypto_sw_scheduler.api.

Contents:

2 messages

Index

Constants

View Source
const (
	APIFile    = "crypto_sw_scheduler"
	APIVersion = "0.1.0"
	VersionCrc = 0xf4b02951
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type CryptoSwSchedulerSetWorker

type CryptoSwSchedulerSetWorker struct {
	WorkerIndex  uint32 `binapi:"u32,name=worker_index" json:"worker_index,omitempty"`
	CryptoEnable bool   `binapi:"bool,name=crypto_enable" json:"crypto_enable,omitempty"`
}

CryptoSwSchedulerSetWorker defines message 'crypto_sw_scheduler_set_worker'. InProgress: the message form may change in the future versions

func (*CryptoSwSchedulerSetWorker) GetCrcString

func (*CryptoSwSchedulerSetWorker) GetCrcString() string

func (*CryptoSwSchedulerSetWorker) GetMessageName

func (*CryptoSwSchedulerSetWorker) GetMessageName() string

func (*CryptoSwSchedulerSetWorker) GetMessageType

func (*CryptoSwSchedulerSetWorker) GetMessageType() api.MessageType

func (*CryptoSwSchedulerSetWorker) Marshal

func (m *CryptoSwSchedulerSetWorker) Marshal(b []byte) ([]byte, error)

func (*CryptoSwSchedulerSetWorker) Reset

func (m *CryptoSwSchedulerSetWorker) Reset()

func (*CryptoSwSchedulerSetWorker) Size

func (m *CryptoSwSchedulerSetWorker) Size() (size int)

func (*CryptoSwSchedulerSetWorker) Unmarshal

func (m *CryptoSwSchedulerSetWorker) Unmarshal(b []byte) error

type CryptoSwSchedulerSetWorkerReply

type CryptoSwSchedulerSetWorkerReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

CryptoSwSchedulerSetWorkerReply defines message 'crypto_sw_scheduler_set_worker_reply'. InProgress: the message form may change in the future versions

func (*CryptoSwSchedulerSetWorkerReply) GetCrcString

func (*CryptoSwSchedulerSetWorkerReply) GetCrcString() string

func (*CryptoSwSchedulerSetWorkerReply) GetMessageName

func (*CryptoSwSchedulerSetWorkerReply) GetMessageName() string

func (*CryptoSwSchedulerSetWorkerReply) GetMessageType

func (*CryptoSwSchedulerSetWorkerReply) Marshal

func (m *CryptoSwSchedulerSetWorkerReply) Marshal(b []byte) ([]byte, error)

func (*CryptoSwSchedulerSetWorkerReply) Reset

func (*CryptoSwSchedulerSetWorkerReply) Size

func (m *CryptoSwSchedulerSetWorkerReply) Size() (size int)

func (*CryptoSwSchedulerSetWorkerReply) Unmarshal

func (m *CryptoSwSchedulerSetWorkerReply) Unmarshal(b []byte) error

type RPCService

type RPCService interface {
	CryptoSwSchedulerSetWorker(ctx context.Context, in *CryptoSwSchedulerSetWorker) (*CryptoSwSchedulerSetWorkerReply, error)
}

RPCService defines RPC service crypto_sw_scheduler.

func NewServiceClient

func NewServiceClient(conn api.Connection) RPCService

Jump to

Keyboard shortcuts

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