struct PK_SESSION_transmit_o_s { int o_t_version; --- version number PK_transmit_format_t transmit_format; --- (PK_transmit_format_neutral_c) PK_LOGICAL_t transmit_user_fields; --- (PK_LOGICAL_true) }; typedef struct PK_SESSION_transmit_o_s PK_SESSION_transmit_o_t; This option structure is supplied to PK_SESSION_transmit. Description of fields: transmit_format Format of the 'file'. Permitted values are PK_transmit_format_text PK_transmit_format_binary PK_transmit_format_neutral PK_transmit_format_applio transmit_user_fields PK_LOGICAL_true if user fields are to be transmitted