VeriStand .NET API Reference

IProject.SendToolMessage Method

NameDescription
SendToolMessage(String, String, Byte[], UInt32, Byte[]) Sends a message or command to a Workspace tool for an NI VeriStand project, as well as data required by the case that handles the command. You can use this method with any Workspace tool that registers to receive the command you specify.

This instance sends data to a tool as a byte array of 8-bit unsigned integer values. You also can use the other instance of SendToolMessage to send data as a string of human-readable characters.

SendToolMessage(String, String, String, UInt32, String) Sends a message or command to a Workspace tool for an NI VeriStand project, as well as data required by the case that handles the command. You can use this method with any Workspace tool that registers to receive the command you specify.

This instance sends string data to a tool. You also can use the other instance of SendToolMessage to send data as a byte array of 8-bit unsigned integer values.

See Also

Log in to get a better experience