Documentation ¶
Overview ¶
Package crypto_sw_scheduler contains generated bindings for API file crypto_sw_scheduler.api.
Contents: - 2 messages
Index ¶
- Constants
- func AllMessages() []api.Message
- type CryptoSwSchedulerSetWorker
- func (*CryptoSwSchedulerSetWorker) GetCrcString() string
- func (*CryptoSwSchedulerSetWorker) GetMessageName() string
- func (*CryptoSwSchedulerSetWorker) GetMessageType() api.MessageType
- func (m *CryptoSwSchedulerSetWorker) Marshal(b []byte) ([]byte, error)
- func (m *CryptoSwSchedulerSetWorker) Reset()
- func (m *CryptoSwSchedulerSetWorker) Size() (size int)
- func (m *CryptoSwSchedulerSetWorker) Unmarshal(b []byte) error
- type CryptoSwSchedulerSetWorkerReply
- func (*CryptoSwSchedulerSetWorkerReply) GetCrcString() string
- func (*CryptoSwSchedulerSetWorkerReply) GetMessageName() string
- func (*CryptoSwSchedulerSetWorkerReply) GetMessageType() api.MessageType
- func (m *CryptoSwSchedulerSetWorkerReply) Marshal(b []byte) ([]byte, error)
- func (m *CryptoSwSchedulerSetWorkerReply) Reset()
- func (m *CryptoSwSchedulerSetWorkerReply) Size() (size int)
- func (m *CryptoSwSchedulerSetWorkerReply) Unmarshal(b []byte) error
- type RPCService
Constants ¶
View Source
const ( APIFile = "crypto_sw_scheduler" APIVersion = "1.1.0" VersionCrc = 0xf4b02951 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
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"` }
crypto sw scheduler: Enable or disable workers
- worker_index - Worker index to enable / disable
- crypto_enable - On/Off
CryptoSwSchedulerSetWorker defines message 'crypto_sw_scheduler_set_worker'.
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'.
func (*CryptoSwSchedulerSetWorkerReply) GetCrcString ¶
func (*CryptoSwSchedulerSetWorkerReply) GetCrcString() string
func (*CryptoSwSchedulerSetWorkerReply) GetMessageName ¶
func (*CryptoSwSchedulerSetWorkerReply) GetMessageName() string
func (*CryptoSwSchedulerSetWorkerReply) GetMessageType ¶
func (*CryptoSwSchedulerSetWorkerReply) GetMessageType() api.MessageType
func (*CryptoSwSchedulerSetWorkerReply) Marshal ¶
func (m *CryptoSwSchedulerSetWorkerReply) Marshal(b []byte) ([]byte, error)
func (*CryptoSwSchedulerSetWorkerReply) Reset ¶
func (m *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
Click to show internal directories.
Click to hide internal directories.