portTypeDeclarations element

Generates C constant declarations for port types.

Usage

<portTypeDeclarations>
  child elements
</portTypeDeclarations>

Attributes

There are no attributes.

Child elements

Element Description
codeName
Specifies the name to be used for the port type in the generated code. By default, the code name is generated from the port type's qualified name.

operation
Specifies an operation for which code is to be generated.

portType
Specifies the port type for which code is to be generated.

Child element sequence

(
  portType?, 
  operation*, 
  codeName?
)

Parent elements

Element Description
file
Outputs a file from the code generator.

Remarks

Port type declarations are referenced by the application and much of the generated code. This element is used to generate include files.

Element information

Label Value
Minimum supported system
Windows Vista
Can be empty Yes