Destroing created message point
messagePointInformation = DestroyMessagePoint(MessagePointName)
Destructible message point's name
Information about destructible message point; string type
Destroys a previously created messaging point with the specified name.
//Creating a new message point messagePointInformation = CreateMessagePoint('MessagePoint1','192.168.0.153',3369); disp(messagePointInformation); //Deleted the created message point messagePointInformation = DestroyMessagePoint('MessagePoint1'); disp(messagePointInformation); | ![]() | ![]() |