Description

Name-value information pair provided to the agent.

Fields

  • name - The information name, such as PreviousPassphrase, Host, Name...
  • value - The contents of the information

Signature

struct Efl.Net.Control.Agent_Request_Input_Information {
    name: string;
    value: string;
}

C signature

typedef struct _Efl_Net_Control_Agent_Request_Input_Information {
    const char *name;
    const char *value;
} Efl_Net_Control_Agent_Request_Input_Information;