DecryptionArgs.getCount Method¶
Module: DecryptionArgs
Definition¶
Gets the number of elements in the DecryptionArgs object.
get_count(self) -> int
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Bioseal Library execution.
int getCount()
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Bioseal Library execution.
public int GetCount()
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException
Returns
intNumber of elements in the object.
Exceptions
An error has occurred during Bioseal Library execution.
public func getCount() throws -> Int32
Returns
IntNumber of elements in the object.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealDecryptionArgs_GetCount (
ID3_BIOSEAL_DECRYPTION_ARGS hDecryptionArgs,
int * count)
Parameters
hDecryptionArgsID3_BIOSEAL_DECRYPTION_ARGSin Handle to the DecryptionArgs object.countint *out Number of elements in the object.
Returns