P4Command Properties |
The P4Command type exposes the following members.
| Name | Description | |
|---|---|---|
| Args |
Arguments for the command
| |
| BinaryOutput |
Get the binary from the command execution
| |
| Cmd |
Command String i.e 'submit'
| |
| CmdPromptHandler |
Handle any input prompts from the server
| |
| CmdResolveAHandler |
Handle any Resolve callbacks from the server
| |
| CmdResolveHandler |
Handle any Resolve callbacks from the server
| |
| CommandId |
Unique Id set each time command is run
| |
| Connection |
Keep track of associated Connection
| |
| DataSet |
Data to be processed by the command
| |
| ErrorOutput |
Get the error results from the command execution
| |
| InfoOutput |
Get the info results from the command execution
| |
| pServer |
Keep track of associated P4Server
| |
| Responses |
Dictionary of responses to prompts from the server, where the key
is the expected prompt from the server and the value is the
desired response.
| |
| Tagged |
Run in tagged protocol
| |
| TaggedOutput |
Get the tagged results from the command execution
| |
| TextOutput |
Get the text output from the command execution
|