INetworkInterface.NICNameUnicode (PROP) ¶ PROPERTY NICNameUnicode : WSTRING
INetworkInterface.StateOfEthernetNode (PROP) ¶ PROPERTY StateOfEthernetNode : EEthernetState
INetworkInterface.Subnetmask (PROP) ¶ PROPERTY Subnetmask : ARRAY [0..3] OF BYTE
INetworkInterface.SubnetmaskConfigured (PROP) ¶ PROPERTY SubnetmaskConfigured : ARRAY [0..3] OF BYTE
IoDrvEthernetDiag.UpdateConfiguredIPSettings (METH) ¶ METHOD UpdateConfiguredIPSettings : ErrorCode This method updates the configured ip address, subnet mask and standard gateway of the ethernet node. The device has to be in disabled state (via Enable , see also DED.Reconfigure), else the update is rejected. InOut: Scope Name Type Return UpdateConfiguredIPSettings ErrorCode Input IPAddress ARRAY [0..3] OF BYTE SubnetMask ARRAY [0..3] OF BYTE Gateway ARRAY [0..3] OF BYTE
IoDrvEthernetDiag.UpdateConfiguredInterfaceName (METH) ¶ METHOD UpdateConfiguredInterfaceName : ErrorCode This method updates the configured Ethernet interface of the ethernet node The device must be in disabled state (via Enable , see also DED.Reconfigure), else the update is rejected. InOut: Scope Name Type Comment Return UpdateConfiguredInterfaceName ErrorCode Input NICName WSTRING the name of the network interface to be used
Hardware Settings ¶ These methods change the hardware settings (operating system settings) if supported by runtime.
IoDrvEthernetDiag.GetBusDiagnosisInfo (METH) ¶ METHOD GetBusDiagnosisInfo : DED.ERROR Returns a DiagnosisInfo if xDiagnosisInfoAvailable of GetBusState was true. InOut: Scope Name Type Comment Return GetBusDiagnosisInfo DED.ERROR Input pData CAA.PVOID Pointer to memory szSize CAA.SIZE Size of memory in bytes where pData is pointing to Output szCount CAA.SIZE Number of Bytes written to pData
IoDrvEthernetDiag.GetBusInfo (METH) ¶ METHOD GetBusInfo : DED.ERROR Returns the bus information of the current node InOut: Scope Name Type Comment Return GetBusInfo DED.ERROR Inout buiInfo DED.BUS_INFO Bus information struct
IoDrvEthernetDiag.GetBusState (METH) ¶ METHOD GetBusState : DED.BUS_STATE Returns the bus state of the current node; if device state is ERROR further information can be read by GetBusError InOut: Scope Name Type Comment Return GetBusState DED.BUS_STATE Output xDiagnosisInfoAvailable BOOL if true, diagnosis info can be read by calling GetBusDiagnosisInfo eError DED.ERROR