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
boolA value indicating whether the frame buffer is full.
Exceptions
An error has occurred during Document Library execution.
bool isFull()
Returns
boolA value indicating whether the frame buffer is full.
Exceptions
An error has occurred during Document Library execution.
public bool IsFull()
Returns
boolA value indicating whether the frame buffer is full.
Exceptions
An error has occurred during Document Library execution.
public boolean isFull() throws DocumentException
Returns
booleanA value indicating whether the frame buffer is full.
Exceptions
An error has occurred during Document Library execution.
public func isFull() throws -> Bool
Returns
BoolA 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
hDocumentAuthenticatorID3_DOCUMENT_AUTHENTICATORin Handle to the DocumentAuthenticator object.resultbool *out A value indicating whether the frame buffer is full.
Returns