Field.valueAsBinary Property

Module: Field

Type: byte[]

Definition

The data as a binary array.

value_as_binary: bytearray

Exceptions

An error has occurred during Bioseal Library execution.
int get valueAsBinary => getValueAsBinary();

Exceptions

An error has occurred during Bioseal Library execution.
public byte[] valueAsBinary
{
    get => GetvalueAsBinary();
}

Exceptions

An error has occurred during Bioseal Library execution.
public byte[] getValueAsBinary() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var valueAsBinary: UInt8
    get {
        return try! getValueAsBinary()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsBinary (ID3_BIOSEAL_FIELD hField, unsigned char * valueAsBinary, int * valueAsBinarySize)

Returns

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