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 str
in The command to execute, represented as a string.

Exceptions

An error has occurred during Devices Library execution.
void executeCommand(String? cmd)

Parameters

cmd String
in The command to execute, represented as a string.

Exceptions

An error has occurred during Devices Library execution.
public void ExecuteCommand(string cmd)

Parameters

cmd string
in 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 String
in 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

in Handle to the Frameset object.

cmd const char *
in The command to execute, represented as a string.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.