MLID_BOARD_INFO

Contains information about each Multiple Link Interface Driver (MLID).

Service:Server Environment
Defined In:nwfse.h

Syntax

  typedef struct 
  { 
     nuint32   protocolBoardNum; 
     nuint16   protocolNumber; 
     nuint8    protocolID[6]; 
     nuint8    protocolName[16]; 
  } MLID_BOARD_INFO; 
  

Delphi Syntax

  Type 
   MLID_BOARD_INFO = packed Record
      protocolBoardNum : nuint32;
      protocolNumber : nuint16;
      protocolID	: Array[0..5] of nuint8;
      protocolName : Array[0..15] of nuint8;
   End;
  

Fields

protocolBoardNum
Specifies the board number the protocol is using.
protocolNumber
Specifies the protocol number.
protocolID
Specifies the protocol ID.
protocolName
Specifies the protocol name as a length-preceded string.

Remarks

protocolNumber and protocolID can have the following values:

Name & Ethernet Frame Type

Number

ID (from Hi-Lo)

Byte 5

Byte 4

Byte 3

Byte 2

Byte 1

Byte 0

IPX: 802.2

0

0xE0

0x00

0x00

0x00

0x00

0x00

IPX: 802.3

 

0x00

0x00

0x00

0x00

0x00

0x00

IPX: Ethernet II

 

0x37

0x81

0x00

0x00

0x00

0x00

IP

1

0x00

0x08

0x00

0x00

0x00

0x00

ARP

2

0x06

0x08

0x00

0x00

0x00

0x00