Module IIOP


Struct Index

ProfileBody
ProfileBody_1_0
ProfileBody_1_1
Version

Structs

ProfileBody
struct ProfileBody
{
    Version iiop_version;
    string host;
    unsigned short port;
    sequence<octet> object_key;
};
ProfileBody_1_0
struct ProfileBody_1_0
{
    Version iiop_version;
    string host;
    unsigned short port;
    sequence<octet> object_key;
};
ProfileBody_1_1
struct ProfileBody_1_1
{
    Version iiop_version;
    string host;
    unsigned short port;
    sequence<octet> object_key;
    sequence<IOP::TaggedComponent> components;
};
Version
struct Version
{
    octet major;
    octet minor;
};

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