INetworkInterface.GatewayAddress (PROP) ¶ PROPERTY GatewayAddress : ARRAY [0..3] OF BYTE
INetworkInterface.GatewayAddressConfigured (PROP) ¶ PROPERTY GatewayAddressConfigured : ARRAY [0..3] OF BYTE
INetworkInterface.IPAddress (PROP) ¶ PROPERTY IPAddress : ARRAY [0..3] OF BYTE
INetworkInterface.IPAddressConfigured (PROP) ¶ PROPERTY IPAddressConfigured : ARRAY [0..3] OF BYTE
INetworkInterface.IPSettingsEqualsConfigured (PROP) ¶ PROPERTY IPSettingsEqualsConfigured : BOOL
INetworkInterface.MACAddress (PROP) ¶ PROPERTY MACAddress : ARRAY [0..5] OF BYTE
IoDrvEthernet Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title IoDrvEthernet Version 4.2.0.0 Categories Intern|IoDrivers Namespace IoDrvEthernet Author 3S - Smart Software Solutions GmbH Placeholder IoDrvEthernet Description 1 ¶ Driver for a network interface. Contents: ¶ IoDrvEthernet Enums Function Blocks Functions Global Constants Globals Indices and tables ¶ 1 Based on IoDrvEthernet.library, last modified 16.08.2023, 10:42:29. LibDoc 4.4.0.0-b.27 The content file IoDrvEthernet.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 16.08.2023, 10:42:29.
Enums ¶ ErrorCode (Enum) EthernetState (Enum)
IoDrvEthernet ¶ Enums ErrorCode (Enum) EthernetState (Enum) Function Blocks IoDrvEthernet (FunctionBlock) INetworkInterface DeviceName (Property) GatewayAddress (Property) IPAddress (Property) MACAddress (Property) NICName (Property) NICNameUnicode (Property) State (Property) Subnetmask (Property) INetworkInterface2 AdapterFlags (Property) GatewayAddressConfigured (Property) IPAddressConfigured (Property) IPSettingsEqualsConfigured (Property) StateOfEthernetNode (Property) SubnetmaskConfigured (Property) IoDrvEthernetDiag (FunctionBlock) Ethernet-Settings Configuration Settings UpdateConfiguredIPSettings (Method) UpdateConfiguredInterfaceName (Method) Hardware Settings IBus GetBusDiagnosisInfo (Method) GetBusInfo (Method) GetBusState (Method) GetQoS (Method) GetSpecificBusState (Method) INode ChildNodeCount (Property) Connector (Property) Enable (Property) FirstChildNode (Property) Index (Property) IsRootNode (Property) NextSiblingNode (Property) ParentNode (Property) SiblingNodeCount (Property) Functions IPARRAY_TO_INADDR (Function) IPARRAY_TO_IPSTRING (Function) IPARRAY_TO_UDINT (Function) IPSTRING_TO_UDINT (Function) UDINT_TO_IPARRAY (Function) UDINT_TO_IPSTRING (Function) Global Constants Constants (GVL) ParameterIDs (GVL) Globals GVL (GVL) Parameters (ParamList)
ErrorCode (ENUM) ¶ TYPE ErrorCode : Attributes: qualified_only InOut: Name Initial Comment OK 0 Success FAILED 1 Failed for unspecified reason INVALID_STATE 2 The current device status does not allow update of the value INVALID_VALUE 3 Provided value is not vlaid NOT_IMPLEMENTED 16#FF This driver does not implement the config update