Log.get Method¶
Module: Log
Definition¶
Gets an item of the Log object.
get(self, index: int) -> LogItem
Parameters
index
intin Index of the LogItem item to get.
Returns
LogItem item to get.
Exceptions
An error has occurred during Bioseal Library execution.
LogItem get(int index)
Parameters
index
intin Index of the LogItem item to get.
Returns
LogItem item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public LogItem Get(int index)
Parameters
index
intin Index of the LogItem item to get.
Returns
LogItem item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public LogItem get(int index) throws BiosealException
Parameters
index
intin Index of the LogItem item to get.
Returns
LogItem item to get.
Exceptions
An error has occurred during Bioseal Library execution.
public func get(index: Int32) throws -> LogItem
Parameters
index
Int32in Index of the LogItem item to get.
Returns
LogItem item to get.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLog_Get (
ID3_BIOSEAL_LOG hLog,
int index,
ID3_BIOSEAL_LOG_ITEM hLogItemItem)
Parameters
hLog
ID3_BIOSEAL_LOGin Handle to the Log object.index
intin Index of the LogItem item to get.hLogItemItem
ID3_BIOSEAL_LOG_ITEMout LogItem item to get.
Returns