DocumentAuthenticator.isFull Method

Module: DocumentAuthenticator

Definition

Checks if the frame buffer is full and ready to authenticate for all holograms.

is_full(self) -> bool

Returns

bool
A value indicating whether the frame buffer is full.

Exceptions

An error has occurred during Document Library execution.
bool isFull()

Returns

bool
A value indicating whether the frame buffer is full.

Exceptions

An error has occurred during Document Library execution.
public bool IsFull()

Returns

bool
A value indicating whether the frame buffer is full.

Exceptions

An error has occurred during Document Library execution.
public boolean isFull() throws DocumentException

Returns

boolean
A value indicating whether the frame buffer is full.

Exceptions

An error has occurred during Document Library execution.
public func isFull() throws -> Bool

Returns

Bool
A value indicating whether the frame buffer is full.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentAuthenticator_IsFull (
    ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator,
    bool * result)

Parameters

hDocumentAuthenticator ID3_DOCUMENT_AUTHENTICATOR
in Handle to the DocumentAuthenticator object.

result bool *
out A value indicating whether the frame buffer is full.

Returns

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