[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

DNSServiceInfo

inherits from InternetServiceInfo

Object <- InternetServiceInfo <- DNSServiceInfo



Operations

Get list of all operations

AcceptEdit


Attributes

Get list of all attributes

EditSteps
OptionEditSteps
TypeDescription


Fields

Field Type
InternetServiceInfo: image: Image
serviceType: Unsigned
hostName: Text
hostPort: Unsigned


Instance template

instance DNSServiceInfo tag;
          image: nilObject;
    serviceType: 0;
       hostName: nilObject;
       hostPort: 0;
end instance;

Class definition

Define Class DNSServiceInfo;
    inherits from InternetServiceInfo;

    overrides TypeDescription;

    overrides EditSteps, OptionEditSteps;
    overrides AcceptEdit;
end class;