Command Functions (TutCommand*)


These functions are used to execute commands.

TutCommandParseFile — submit a file to the SmartSockets process command interface

T_BOOL TutCommandParseFile(file_name) 
T_STR file_name; 

TutCommandParseStr — submit a non-interactive string to the SmartSockets process command interface

void TutCommandParseStr(command_string) 
T_STR command_string; 

TutCommandParseTypedStr — submit a string to SmartSockets command interface

void TutCommandParseTypedStr(command_string) 
T_STR command_string; 

TIBCO SmartSockets™ API Quick Reference
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com