Log.get Method

Module: Log

Definition

Gets an item of the Log object.

get(self, index: int) -> LogItem

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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

in Handle to the Log object.

index int
in Index of the LogItem item to get.

out LogItem item to get.

Returns

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