pcoip_type
Emulates typing an alphanumeric string (alphanumeric key presses).
C Language
int pcoip_type( const char* str );
| Example | Teradici PCoIP Protocol Functions |
Arguments
| Name | Comments |
|---|---|
| str | The string to type. |
General Information
pcoip_type enables you to emulate entering a string in a remote session.
Return Values
| E_OK | |
| E_ALREADY_CONNECTED | Do not call this function after the connection is established. |
| E_NOT_CONNECTED | Action cannot be performed. There is no connection to the remote server. |
| E_OUT_OF_TIME | Function timed out. |
| E_ILLEGAL_PARAMETER | Illegal parameter found. |
| E_INTERNAL | Internal error found. |
Parameterization
Standard parameterization is not available for this function.
Example
This is an example of the use of pcoip_type.
pcoip_type("The quick brown fox jumped over 3 lazy dogs.");

