Skip to main content

ethGetPhyConnector

Open topic with navigation CAPL Functions » Ethernet » Function Overview » ethGetPhyConnector

Function Syntax

Description

Gets the PHY connector. Only supported for network-based configurations and physical measurement ports.

Parameters

  • port: Ethernet port.
  • phyConnector:
    • 0: kEthernetPhyConnectorDefault (the only available connector on this channel)
    • 1: kEthernetPhyConnectorRJ45
    • 2: kEthernetPhyConnectorDSub

Return Values

  • 0: Failure
  • 1: Success

Example