# MTCMSNotificationMessage Class Methods

This class is a subclass of MTCMSMessage. This class instantiates an MTCMSMessages instance with MessageID value set to the Notification message type.

#### MTCMSNotificationMessage <a href="#toc_250018" id="toc_250018"></a>

This constructor method builds and initializes an MTCMSNotificationtMessage instance with the provided values.

```
public void MTCMSNotificationMessage(int applicationID, int commandID, 
int dataTag, byte[] data)
```

Parameters:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Parameter</td><td valign="top">Description</td></tr><tr><td valign="top">applicationID</td><td valign="top">ApplicationID value</td></tr><tr><td valign="top">commandID</td><td valign="top">CommandID value</td></tr><tr><td valign="top">dataTag</td><td valign="top">Data Tag value</td></tr><tr><td valign="top">data</td><td valign="top">Data value</td></tr></tbody></table>

Return Value: None


---

# 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://developer.magtek.com/hardware/oem-readers-and-components/oem-readers/odynamo/documentation/programmers-manuals/common-message-structure-mtcms-microsoft-.net-java-applet/mtcmsnotificationmessage-class-methods.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.
