Tivoli Service Desk 6.0 Developer's Toolkit Script Programming Guide

Chapter 12: Networking Messages and Event Handlers

Back to Table of Contents


Introduction

This chapter contains information about the Tivoli Service Desk (TSD) Script networking messages. For additional information about networking extensions, see the network.html file in the TSD Script Language Reference Guide.

TSD Script Messages for Networking

TSD Script messages used with NETx

The following TSD Script messages can be used with the NETx statements to send data across the network:

Message Description Additional Notes
$MsgCreate This is sent to an event handler when its instance data is created. n/a
$MsgNetConnect This is sent to an event handler when a connection is opened. n/a
$MsgNetClose This is sent to an event handler when a connection is closed. n/a
$MsgDestroy This is sent to an event handler before its instance data is destroyed. n/a
$MsgUser + n This is a user-defined message (similar to those used with windows event handlers). It is sent to a server. n/a
$MsgNetInteger This sends an INTEGER to a server. $EventParm (1, Integer) is the integer sent.
$MsgNetReal This sends a REAL to a server. $EventParm (1, Real) is the integer sent.
$MsgNetString This sends a STRING to a server. $EventParm (1, String) is the integer sent.

Tivoli Service Desk 6.0 Developer's Toolkit Script Programming Guide

Back to Table of Contents

Copyright