OID_ATM_LECS_ADDRESS
The OID_ATM_LECS_ADDRESS OID requests a call manager or an MCM driver to return the LAN Emulation Configuration Server (LECS) address. This address is returned as a structure of type ATM_ADDRESS, defined as follows:
typedef struct _ATM_ADDRESS { ATM_ADDRESSTYPE AddressType;
ULONG NumberOfDigits;
UCHAR Address[ATM_ADDRESS_LENGTH]; } ATM_ADDRESS, *PATM_ADDRESS;
The members of this structure contain the following information:
AddressType
Specifies the format of the ATM address. A value of ATM_NSAP specifies an ATM Endstation Address (NSAP format). A value of ATM_E164 specifies an E.164 address (telephony format).NumberOfDigits
Indicates the number of digits in the ATM address.Address
An array that contains the ATM address.