command "electronsystembell", wshserver.ElectronSystemBellCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 253 | |
| 254 | // command "electronsystembell", wshserver.ElectronSystemBellCommand |
| 255 | func ElectronSystemBellCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error { |
| 256 | _, err := sendRpcRequestCallHelper[any](w, "electronsystembell", nil, opts) |
| 257 | return err |
| 258 | } |
| 259 | |
| 260 | // command "eventpublish", wshserver.EventPublishCommand |
| 261 | func EventPublishCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error { |
no outgoing calls
no test coverage detected