Frameset.executeCommand Method¶
Module: Frameset
Definition¶
Performs an operation specified by the command string, enabling dynamic interaction with the frameset.
execute_command(self, cmd: str) -> None
Parameters
cmd
strin The command to execute, represented as a string.
Exceptions
An error has occurred during Devices Library execution.
void executeCommand(String? cmd)
Parameters
cmd
Stringin The command to execute, represented as a string.
Exceptions
An error has occurred during Devices Library execution.
public void ExecuteCommand(string cmd)
Parameters
cmd
stringin The command to execute, represented as a string.
Exceptions
An error has occurred during Devices Library execution.
public void executeCommand(String cmd) throws DevicesException
Parameters
cmd
Stringin The command to execute, represented as a string.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_ExecuteCommand (
ID3_DEVICES_FRAMESET hFrameset,
const char * cmd)
Parameters
hFrameset
ID3_DEVICES_FRAMESETin Handle to the Frameset object.cmd
const char *in The command to execute, represented as a string.
Returns