Bioseal.buildVdsAsJson Method

Module: Bioseal

Definition

Builds a representation of the VDS, in JSON format.

build_vds_as_json(self, indentation: str) -> str

Parameters

indentation str
in The indentation of the json string.

Returns

str
The result.

Exceptions

An error has occurred during Bioseal Library execution.
String buildVdsAsJson(String? indentation)

Parameters

indentation String
in The indentation of the json string.

Returns

String
The result.

Exceptions

An error has occurred during Bioseal Library execution.
public string BuildVdsAsJson(string indentation)

Parameters

indentation string
in The indentation of the json string.

Returns

string
The result.

Exceptions

An error has occurred during Bioseal Library execution.
public String buildVdsAsJson(String indentation) throws BiosealException

Parameters

indentation String
in The indentation of the json string.

Returns

String
The result.

Exceptions

An error has occurred during Bioseal Library execution.
public func buildVdsAsJson(indentation: String) throws -> String

Parameters

indentation String
in The indentation of the json string.

Returns

String
The result.

Exceptions

An error has occurred during Bioseal Library execution.
int id3Bioseal_BuildVdsAsJson (
    ID3_BIOSEAL hBioseal,
    const char * indentation,
    char * result,
    int * resultSize)

Parameters

hBioseal ID3_BIOSEAL
in Handle to the Bioseal object.

indentation const char *
in The indentation of the json string.

result char *
out The result.

resultSize int *
in Size of the ‘result’ buffer. Receives the minimum required buffer size to hold the ‘result’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘result’ (excluding terminating NULL character).

Returns

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