Module TINAUserInitial


Interface Index

i_UserInitial

Struct Index

t_AccessReply

Enum Index

t_AccessReplyCodes

Alias Index

t_AccessReplyProperties
t_ProviderId

Structs

t_AccessReply
struct t_AccessReply
{
    t_AccessReplyCodes reply;
    t_AccessReplyProperties properties;
};

Enums

t_AccessReplyCodes
enum t_AccessReplyCodes
{
    SUCCESS,
    DECLINE,
    FAILED,
    FORBIDDEN
};

Aliases

t_AccessReplyProperties
typedef TINACommonTypes::t_PropertyList t_AccessReplyProperties;
t_ProviderId
typedef string t_ProviderId;

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)