FingerTemplate.cbeffProductId Property

Module: FingerTemplate

Type: int

Definition

CBEFF product ID as registered with the IBIA (www.ibia.org).

cbeff_product_id: int

Exceptions

An error has occurred during Finger Library execution.
int get cbeffProductId => getCbeffProductId();
set cbeffProductId(int value) => setCbeffProductId(value);

Exceptions

An error has occurred during Finger Library execution.
public int cbeffProductId
{
    get => GetcbeffProductId();
    set => SetcbeffProductId(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getCbeffProductId() throws FingerException
public void setCbeffProductId(int cbeffProductId) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var cbeffProductId: Int
    get {
        return Int(try! getCbeffProductId())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_GetCbeffProductId (ID3_FINGER_TEMPLATE hFingerTemplate, int * cbeffProductId)
int id3FingerTemplate_SetCbeffProductId (ID3_FINGER_TEMPLATE hFingerTemplate, int cbeffProductId)

Returns

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