PK_SESSION_receive_o_t   

struct PK_SESSION_receive_o_s
    {
    int                             o_t_version;
                                        --- version number
    PK_transmit_format_t            transmit_format;
                                        --- (PK_transmit_format_neutral_c)
    PK_LOGICAL_t                    receive_user_fields;
                                        --- (PK_LOGICAL_false)
    };
typedef struct PK_SESSION_receive_o_s PK_SESSION_receive_o_t;



This option structure is supplied to PK_SESSION_receive.

Used in:

PK_SESSION_receive
PK_SESSION_receive_u


Description of fields:



'transmit_format'        Format of the 'file'. Permitted values are

                         PK_transmit_format_text_c
                         PK_transmit_format_binary_c
                         PK_transmit_format_neutral_c
                         PK_transmit_format_applio_c


'receive_user_fields'    PK_LOGICAL_true if user fields are to be received