Instruction Manual

OEM External Specification
OEM User’s Guide520330-001
A-66
OEM Callback API (Adapter to OEM)
DebugTraceEnable
DebugTraceEnable causes the OEM server to display a trace window and log all request
and command activity. This can be useful in diagnosing adapter problems during
development. Trace information includes all requests from clients, requests sent to the
EM framework adapter, commands received from the EM framework adapter,
commands passed through to clients, and key internal information.
Parameters
None
Return Value
None
Example
' OEMServerCallbackObject was passed in a Popup.Add or
Object.Add call
OEMServerCallbackObject.DebugTraceEnable
DebugTraceDisable
DebugTraceDisable causes the OEM server to stop tracing.
Parameters
None
Return Value
None
Considerations
Tracing must first have been enabled using DebugTraceEnable.
Example
' OEMServerCallbackObject was passed in a Popup.Add or
Object.Add call
OEMServerCallbackObject.DebugTraceDisable
Sub DebugTraceEnable()
Sub DebugTraceDisable()