Frameset.process Method

Module: Frameset

Definition

Applies processing to the frameset using the provided arguments, allowing for complex manipulation or analysis.

process(self, arg: str) -> None

Parameters

arg str
in The processing arguments, specified as a string.

Exceptions

An error has occurred during Devices Library execution.
void process(String? arg)

Parameters

arg String
in The processing arguments, specified as a string.

Exceptions

An error has occurred during Devices Library execution.
public void Process(string arg)

Parameters

arg string
in The processing arguments, specified as a string.

Exceptions

An error has occurred during Devices Library execution.
public void process(String arg) throws DevicesException

Parameters

arg String
in The processing arguments, specified as a string.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesFrameset_Process (
    ID3_DEVICES_FRAMESET hFrameset,
    const char * arg)

Parameters

in Handle to the Frameset object.

arg const char *
in The processing arguments, specified as a string.

Returns

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