pcoip_type

Emulates typing an alphanumeric string (alphanumeric key presses).

C Language

int pcoip_type( const char* str );

ExampleTeradici PCoIP Protocol Functions

Arguments

NameComments
strThe string to type.

General

pcoip_type enables you to emulate entering a string in a remote session.

Return Values

E_OK 
E_ALREADY_CONNECTEDDo not call this function after the connection is established.
E_NOT_CONNECTEDAction cannot be performed. There is no connection to the remote server.
E_OUT_OF_TIMEFunction timed out.
E_ILLEGAL_PARAMETERIllegal parameter found.
E_INTERNALInternal 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.");