« Back to Product

Documentation

RegisterMessage

Require: IP-Symcon >= 4.1

 void RegisterMessage (int $SenderID, int $MessageID) 

Parameters

SenderID

ID of the Sender

MessageID

ID of the message

Returns

No Return

Description

This function registers the module for the receipt of the message MessageID and the ID SenderID.
A list of the MessageIDs can be found here: Messages

Warning

Multiple calls with the same parameters only register once

Example

$this->RegisterMessage(12345 /* InstanzID */, 10505 /* IM_CHANGESTATUS */);
Any questions?