ECodeReader::Save
Save the configuration for this ECodeReader instance.
Namespace: Euresys::Open_eVision_23_12
[C++]
void Save(
const std::string& path
)
void Save(
ESerializer* serializer
)
Parameters
path
The path to which to save the configuration.
serializer
The serializer.
ECodeReader.Save
Save the configuration for this ECodeReader instance.
Namespace: Euresys.Open_eVision_23_12
[C#]
void Save(
string path
)
void Save(
Euresys.Open_eVision_23_12.ESerializer serializer
)
Parameters
path
The path to which to save the configuration.
serializer
The serializer.