• CAA Device Diagnosis
    • Enums
      • BUS_STATE (Enum)
      • BUS_TYPE (Enum)
      • DEVICE_STATE (Enum)
      • DEVICE_TRANSITION_STATE (Enum)
      • DEVICE_TYPE (Enum)
      • ERROR (Enum)
      • LOGGER_MODE (Enum)
      • PROC_CMD (Enum)
      • PROC_STATE (Enum)
    • Function Blocks
      • Bus
        • GetBusError (FunctionBlock)
      • Device
        • GetDeviceError (FunctionBlock)
        • GetSpecificDeviceError (FunctionBlock)
      • Reconfigure
        • Reconfigure (FunctionBlock)
      • Stack
        • GetBusScan (FunctionBlock)
      • Utility
        • GetIDeviceInstByIoAddr (FunctionBlock)
    • Functions
      • CanReconfigure (Function)
      • GetDeviceNameString (Function)
      • GetDeviceNameWString (Function)
      • GetNextNode (Function)
      • GetNodeDepth (Function)
      • GetRoot (Function)
      • INode_TO_IBus (Function)
      • INode_TO_IDevice (Function)
      • INode_TO_IDevice2 (Function)
      • INode_TO_IStack (Function)
    • Global Constants
      • ERROR_CODES (GVL)
    • Interfaces
      • IBus (Interface)
        • Fieldbus-dependent-methods
        • GetBusDiagnosisInfo (Method)
        • GetBusErrorAsync (Method)
        • GetBusInfo (Method)
        • GetBusState (Method)
        • GetQoS (Method)
      • IDevice (Interface)
        • Fieldbus-dependent-methods
        • GetDeviceDiagnosisInfo (Method)
        • GetDeviceErrorAsync (Method)
        • GetDeviceInfo (Method)
        • GetDeviceState (Method)
        • SetCommunicationState (Method)
      • IDevice2 (Interface)
        • CheckCurrentSupportedCommunicationState (Method)
        • CheckSupportedCommunicationState (Method)
      • ILogger (Interface)
        • DisableLogger (Method)
        • EnableLogger (Method)
        • GetLogEntry (Method)
      • INode (Folder)
        • ChildNodeCount (Property)
        • Enable (Property)
        • FirstChildNode (Property)
        • IsRootNode (Property)
        • NextSiblingNode (Property)
        • ParentNode (Property)
        • SiblingNodeCount (Property)
      • IReconfigureProvider (Folder)
        • ReconfigureActive (Property)
        • ReconfigureAsync (Method)
        • RegisterIRPChild (Method)
        • SiblingIRP (Property)
      • IStack (Interface)
        • GetBusScanAsync (Method)
        • GetLogger (Method)
    • Internal
      • Diag Base
        • CAADiagDeviceDefault (FunctionBlock)
        • CAADiagTreeBase (FunctionBlock)
        • CAAReconfigureBase (FunctionBlock)
    • Structs
      • BUS_INFO (Struct)
      • DEVICE_INFO (Struct)
      • ERROR_INFO (Struct)
      • LOG_ENTRY (Struct)
      • QOS_INFO (Struct)
  • VersionConstants (GVL)
  • File and Project Information
  • Library Reference
    • Base Interfaces
      • Library Identification
      • Library Properties
    • CAA Types Extern
      • Library Identification
      • Library Properties
    • CmpAsyncMgr
      • Library Identification
      • Library Properties
    • CmpErrors2 Interfaces
      • Library Identification
      • Library Properties
    • CmpEventMgr
      • Library Identification
      • Library Properties
    • CommFB
      • Library Identification
      • Library Properties
    • IoDriver Interfaces
      • Library Identification
      • Library Properties
    • IoStandard
      • Library Identification
      • Library Properties
    • SysTypes2 Interfaces
      • Library Identification
      • Library Properties
CAA Device Diagnosis
  • Docs »
  • CAA Device Diagnosis »
  • Interfaces »
  • IDevice (ITF)

IDevice (ITF)ΒΆ

INTERFACE IDevice EXTENDS INode

This is a generic device interface. It provides basic information on a (fieldbus) device

Properties:

ChildNodeCount, inherited from INode

Enable, inherited from INode

FirstChildNode, inherited from INode

IsRootNode, inherited from INode

NextSiblingNode, inherited from INode

ParentNode, inherited from INode

SiblingNodeCount, inherited from INode

Methods:

GetDeviceDiagnosisInfo

GetDeviceErrorAsync

GetDeviceInfo

GetDeviceState

SetCommunicationState

GetSpecificDeviceErrorAsync

GetSpecificDeviceState

Structure:

  • Fieldbus-dependent-methods
    • GetSpecificDeviceErrorAsync (Method)
    • GetSpecificDeviceState (Method)
  • GetDeviceDiagnosisInfo (Method)
  • GetDeviceErrorAsync (Method)
  • GetDeviceInfo (Method)
  • GetDeviceState (Method)
  • SetCommunicationState (Method)