ResourceCallbackArgs.resourceName Property

Module: ResourceCallbackArgs

Type: string

Definition

The resource name corresponing to the uri.

resource_name: str

Exceptions

An error has occurred during Bioseal Library execution.
String get resourceName => getResourceName();

Exceptions

An error has occurred during Bioseal Library execution.
public string resourceName
{
    get => GetresourceName();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getResourceName() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var resourceName: String
    get {
        return try! getResourceName()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealResourceCallbackArgs_GetResourceName (ID3_BIOSEAL_RESOURCE_CALLBACK_ARGS hResourceCallbackArgs, char * resourceName, int * resourceNameSize)

Returns

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