wshclient

package
v0.8.4-beta.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthenticateCommand

func AuthenticateCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (wshrpc.CommandAuthenticateRtnData, error)

command "authenticate", wshserver.AuthenticateCommand

func BlockInfoCommand

func BlockInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockInfoData, error)

command "blockinfo", wshserver.BlockInfoCommand

func ConnConnectCommand

func ConnConnectCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "connconnect", wshserver.ConnConnectCommand

func ConnDisconnectCommand

func ConnDisconnectCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "conndisconnect", wshserver.ConnDisconnectCommand

func ConnEnsureCommand

func ConnEnsureCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "connensure", wshserver.ConnEnsureCommand

func ConnListCommand

func ConnListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error)

command "connlist", wshserver.ConnListCommand

func ConnReinstallWshCommand

func ConnReinstallWshCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "connreinstallwsh", wshserver.ConnReinstallWshCommand

func ConnStatusCommand

func ConnStatusCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.ConnStatus, error)

command "connstatus", wshserver.ConnStatusCommand

func ControllerInputCommand

func ControllerInputCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockInputData, opts *wshrpc.RpcOpts) error

command "controllerinput", wshserver.ControllerInputCommand

func ControllerResyncCommand

func ControllerResyncCommand(w *wshutil.WshRpc, data wshrpc.CommandControllerResyncData, opts *wshrpc.RpcOpts) error

command "controllerresync", wshserver.ControllerResyncCommand

func ControllerStopCommand

func ControllerStopCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "controllerstop", wshserver.ControllerStopCommand

func CreateBlockCommand

func CreateBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error)

command "createblock", wshserver.CreateBlockCommand

func DeleteBlockCommand

func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error

command "deleteblock", wshserver.DeleteBlockCommand

func EventPublishCommand

func EventPublishCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error

command "eventpublish", wshserver.EventPublishCommand

func EventReadHistoryCommand

func EventReadHistoryCommand(w *wshutil.WshRpc, data wshrpc.CommandEventReadHistoryData, opts *wshrpc.RpcOpts) ([]*wps.WaveEvent, error)

command "eventreadhistory", wshserver.EventReadHistoryCommand

func EventRecvCommand

func EventRecvCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error

command "eventrecv", wshserver.EventRecvCommand

func EventSubCommand

func EventSubCommand(w *wshutil.WshRpc, data wps.SubscriptionRequest, opts *wshrpc.RpcOpts) error

command "eventsub", wshserver.EventSubCommand

func EventUnsubAllCommand

func EventUnsubAllCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error

command "eventunsuball", wshserver.EventUnsubAllCommand

func EventUnsubCommand

func EventUnsubCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "eventunsub", wshserver.EventUnsubCommand

func FileAppendCommand

func FileAppendCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) error

command "fileappend", wshserver.FileAppendCommand

func FileAppendIJsonCommand

func FileAppendIJsonCommand(w *wshutil.WshRpc, data wshrpc.CommandAppendIJsonData, opts *wshrpc.RpcOpts) error

command "fileappendijson", wshserver.FileAppendIJsonCommand

func FileReadCommand

func FileReadCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) (string, error)

command "fileread", wshserver.FileReadCommand

func FileWriteCommand

func FileWriteCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) error

command "filewrite", wshserver.FileWriteCommand

func GetMetaCommand

func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error)

command "getmeta", wshserver.GetMetaCommand

func MessageCommand

func MessageCommand(w *wshutil.WshRpc, data wshrpc.CommandMessageData, opts *wshrpc.RpcOpts) error

command "message", wshserver.MessageCommand

func RemoteFileDeleteCommand

func RemoteFileDeleteCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "remotefiledelete", wshserver.RemoteFileDeleteCommand

func RemoteFileInfoCommand

func RemoteFileInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)

command "remotefileinfo", wshserver.RemoteFileInfoCommand

func RemoteFileJoinCommand

func RemoteFileJoinCommand(w *wshutil.WshRpc, data []string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)

command "remotefilejoin", wshserver.RemoteFileJoinCommand

func RemoteStreamCpuDataCommand

func RemoteStreamCpuDataCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]

command "remotestreamcpudata", wshserver.RemoteStreamCpuDataCommand

func RemoteStreamFileCommand

command "remotestreamfile", wshserver.RemoteStreamFileCommand

func RemoteWriteFileCommand

func RemoteWriteFileCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteWriteFileData, opts *wshrpc.RpcOpts) error

command "remotewritefile", wshserver.RemoteWriteFileCommand

func ResolveIdsCommand

command "resolveids", wshserver.ResolveIdsCommand

func RouteAnnounceCommand

func RouteAnnounceCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error

command "routeannounce", wshserver.RouteAnnounceCommand

func RouteUnannounceCommand

func RouteUnannounceCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error

command "routeunannounce", wshserver.RouteUnannounceCommand

func SetConfigCommand

func SetConfigCommand(w *wshutil.WshRpc, data wconfig.MetaSettingsType, opts *wshrpc.RpcOpts) error

command "setconfig", wshserver.SetConfigCommand

func SetMetaCommand

func SetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandSetMetaData, opts *wshrpc.RpcOpts) error

command "setmeta", wshserver.SetMetaCommand

func SetViewCommand

func SetViewCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockSetViewData, opts *wshrpc.RpcOpts) error

command "setview", wshserver.SetViewCommand

func StreamCpuDataCommand

func StreamCpuDataCommand(w *wshutil.WshRpc, data wshrpc.CpuDataRequest, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]

command "streamcpudata", wshserver.StreamCpuDataCommand

func StreamTestCommand

func StreamTestCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[int]

command "streamtest", wshserver.StreamTestCommand

func StreamWaveAiCommand

command "streamwaveai", wshserver.StreamWaveAiCommand

func TestCommand

func TestCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error

command "test", wshserver.TestCommand

func WebSelectorCommand

func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error)

command "webselector", wshserver.WebSelectorCommand

Types

This section is empty.

Jump to

Keyboard shortcuts

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