command "electronencrypt", wshserver.ElectronEncryptCommand
(w *wshutil.WshRpc, data wshrpc.CommandElectronEncryptData, opts *wshrpc.RpcOpts)
| 247 | |
| 248 | // command "electronencrypt", wshserver.ElectronEncryptCommand |
| 249 | func ElectronEncryptCommand(w *wshutil.WshRpc, data wshrpc.CommandElectronEncryptData, opts *wshrpc.RpcOpts) (*wshrpc.CommandElectronEncryptRtnData, error) { |
| 250 | resp, err := sendRpcRequestCallHelper[*wshrpc.CommandElectronEncryptRtnData](w, "electronencrypt", data, opts) |
| 251 | return resp, err |
| 252 | } |
| 253 | |
| 254 | // command "electronsystembell", wshserver.ElectronSystemBellCommand |
| 255 | func ElectronSystemBellCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error { |
no test coverage detected