OEM User's Guide

OEM External Specification
OEM User’s Guide520330-001
A-45
Adapter Request API (OEM to Adapter)
AdapterName
Use the AdapterName method to allow the OEM Server to determine the name of a
particular adapter. This is used by the OEM when displaying messages and performing
other such tasks.
Parameters
None
Return Value
The name of the adapter
Example
Dim Adapter As New EMAdapterClass
Dim AdptName As String
AdptName = Adapter.AdapterName
Function AdapterName() As String