109
Appendix A: Integrating the PlateLoc into third-party systems
PlateLoc User Guide
StartCycle Description
Enables the user to start a seal cycle.
Parameters
None
Returns
LONG
Visual C++ Example
lres = m_PlateLoc.StartCycle();
Visual Basic Example
lres = PlateLoc1.StartCycle
StopCycle Description
Enables the user to stop a seal cycle.
Parameters
None
Returns
LONG
Visual C++ Example
lres = m_PlateLoc.StopCycle();
Visual Basic Example
lres = PlateLoc1.StopCycle
GetLastError Description
Returns the last known error condition.
Parameters
None
Returns
BSTR
Visual C++ Example
str = m_PlateLoc.GetLastError();
Visual Basic Example
str = PlateLoc1.GetLastError