# Heidenhain DNC Endpoint Properties

## `description` (string)

Some descriptive text about the endpoint

## `method` (string, required)

The function to call on the DNC control

Example: `"isConnected"`

## `params` (array)

Only for subscribe: The parameter values for the function call to set up subscriptions. (For read calls, the function parameters are given in the payload data instead.)

The elements of the array must match *at least one* of the following properties:

## (number)

## (integer)

## (string)

## (boolean)

## (array)

The schema defines an array with all elements of the type `string`.

## (object)

Default:

```
[]
```

Examples: `[1,"NAME"]`, `["this","that"]`

## `pollInterval` (integer)

Only for subscribe operation using type poll: Interval in milliseconds to poll the property

Default: `1000`

Example: `1000`

## `type` (string, enum)

Only subscribe operation: Choose whether the subscription should be polled by the Connectware or whether it should be notified by DNC event notifiers.

This element must be one of the following enum values:

* `poll`
* `notify`

Example: `"notify"`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybus.io/2-1-2/connectors/shop-floor-connectors/heidenhain-dnc/heidenhainendpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
