CIM_BindsToLANEndpoint WMI class

This association makes explicit the dependency of a SAP or protocol endpoint on an underlying LAN endpoint, on the same system.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, UMLPackagePath("CIM::Network::ProtocolEndpoints"), Version("2.6.0"), AMENDMENT]
class CIM_BindsToLANEndpoint : CIM_BindsTo
{
  CIM_LANEndpoint        REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
  uint16                     FrameType;
};

Members

The CIM_BindsToLANEndpoint class has these types of members:

Properties

The CIM_BindsToLANEndpoint class has these properties.

Antecedent

Data type: CIM_LANEndpoint

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

The underlying CIM_LANEndpoint, which is depended upon.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: key, Override ("Dependent")

A CIM_ServiceAccessPoint containing the AccessPoint or ProtocolEndpoint dependent on the LAN endpoint.

FrameType

Data type: uint16

Access type: Read-only

This describes the framing method for the upper layer SAP or Endpoint that is bound to the LAN endpoint. Note that "Raw802.3" is only known to be used with the IPX protocol.

Unknown (0)

Ethernet (1)

802.2 (2)

SNAP (3)

Raw802.3 (4)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\standardcimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_BindsTo