EQRCodeReader::Save

Save the configuration for this EQRCodeReader instance.

Namespace: Euresys::Open_eVision

[C++]

void Save(
   const std::string& path
)

void Save(
   ESerializer* serializer
)

Parameters

path

The path to which to save the configuration.

serializer

The given ESerializer, it must have been created for writing.

EQRCodeReader.Save

Save the configuration for this EQRCodeReader instance.

Namespace: Euresys.Open_eVision

[C#]

void Save(
   string path
)

void Save(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

The path to which to save the configuration.

serializer

The given ESerializer, it must have been created for writing.