SlinkX.Send

long Send(LPCTSTR DeviceName, LPCTSTR Message)

Parameters

DeviceName

A string containing then name of the device you want to send a message to

Message

A string containing the message to send. This must be a valid command for the device.

Remarks

Use this command to send a message to a device.

Example (Visual Basic)

result = Slinkx.Send(devname, "power")

See Also

SlinkX.SendEx