
MTCMSNotificationMessage Class Methods
MTCMSNotificationMessage
public void MTCMSNotificationMessage(int applicationID, int commandID,
int dataTag, byte[] data)Last updated

This class is a subclass of MTCMSMessage. This class instantiates an MTCMSMessages instance with MessageID value set to the Notification message type.
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:
Parameter
Description
applicationID
ApplicationID value
commandID
CommandID value
dataTag
Data Tag value
data
Data value
Return Value: None
Last updated

