SlinkX.SendEx

long SendEx(LPCTSTR Message)

Parameters

Message

A string containing the message to send. This message format specifies the device and command as "device:command". Multiple device commands can be sent by simply seperating them with spaces, e.g. "device1:commandA device2:commandB'

Remarks

Use this command to send multple messages to devices.

Example (Visual Basic)

result = Slinkx.SendEx("tv:power vcr:power tv:video")

See Also

SlinkX.Send