Contents

ComponentParameters

Declaration

typedef struct ComponentParameters {
    ...
} ComponentParameters;

Overview

The Component Manager uses the component parameters structure to pass information to your component about a request from an application. Functions which use this data type are CallComponentFunction , CallComponentFunctionWithStorage , and DelegateComponentCall.The information in this structure completely defines the request. Your component services the request as appropriate.

The ComponentParameters data type defines the component parameters structure.

Topics

Instance Properties