Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacOSX Plugin:DNSLookup:
All Console safe, 38 entry points.
- class DNSAddressRecordMBS
- class DNSAFSDBRecordMBS
- class DNSDomainNameRecordMBS
- class DNSHeaderMBS
- class DNSHINFORecordMBS
- class DNSIN6AddressRecordMBS
- class DNSISDNRecordMBS
- class DNSLocRecordMBS
- class DNSMINFORecordMBS
- class DNSMXRecordMBS
- class DNSQuestionMBS
- class DNSRawResourceRecordMBS
- class DNSReplyMBS
- method Question(index as integer) as DNSQuestionMBS
- method Answer(index as integer) as DNSResourceRecordMBS
- method Authority(index as integer) as DNSResourceRecordMBS
- method Additional(index as integer) as DNSResourceRecordMBS
- method Questions as DNSQuestionMBS()
- method Answers as DNSResourceRecordMBS()
- method Authoritys as DNSResourceRecordMBS()
- method Additionals as DNSResourceRecordMBS()
- property Status as Integer
- property Server as DNSSocketAddressMBS
- property Header as DNSHeaderMBS
- property questionCount as Integer
- property answerCount as Integer
- property authorityCount as Integer
- property additionalCount as Integer
- class DNSResourceRecordMBS
- property dnstype as Integer
- property dnsclass as Integer
- property ttl as Integer
- property name as String
- property Record as Variant
- property A as DNSAddressRecordMBS
- property NS as DNSDomainNameRecordMBS
- property MD as DNSDomainNameRecordMBS
- property MF as DNSDomainNameRecordMBS
- property CNAME as DNSDomainNameRecordMBS
- property SOA as DNSSOARecordMBS
- property MB as DNSDomainNameRecordMBS
- property MG as DNSDomainNameRecordMBS
- property MR as DNSDomainNameRecordMBS
- property RAW as DNSRawResourceRecordMBS
- property WKS as DNSWKSRecordMBS
- property PTR as DNSDomainNameRecordMBS
- property HINFO as DNSHINFORecordMBS
- property MINFO as DNSMINFORecordMBS
- property MX as DNSMXRecordMBS
- property TXT as DNSTXTRecordMBS
- property RP as DNSRPRecordMBS
- property AFSDB as DNSAFSDBRecordMBS
- property X25 as DNSX25RecordMBS
- property ISDN as DNSISDNRecordMBS
- property RT as DNSRTRecordMBS
- property AAAA as DNSIN6AddressRecordMBS
- property LOC as DNSLocRecordMBS
- property SRV as DNSSRVRecordMBS
- class DNSRPRecordMBS
- class DNSRTRecordMBS
- class DNSSOARecordMBS
- class DNSSocketAddressMBS
- class DNSSRVRecordMBS
- class DNSTXTRecordMBS
- class DNSWKSRecordMBS
- class DNSX25RecordMBS
- module DNSUtilMBS
- method ClassString(dnsclass as integer) as string
- method TypeString(dnstype as integer) as string
- method ClassNumber(dnsClass as string, byref n as integer) as boolean
- method TypeNumber(dnsType as string, byref n as integer) as boolean
- method Lookup(name as string, dnsclass as integer, dnsType as integer) as DNSReplyMBS
- method LookupMT(name as string, dnsclass as integer, dnsType as integer) as DNSReplyMBS
- const TypeA = 1
- const TypeNS = 2
- const TypeMD = 3
- const TypeMF = 4
- const TypeCNAME = 5
- const TypeSOA = 6
- const TypeMB = 7
- const TypeMG = 8
- const TypeMR = 9
- const TypeNULL = &h0a
- const TypeWKS = &h0b
- const TypePTR = &h0c
- const TypeHINFO = &h0d
- const TypeMINFO = &h0e
- const TypeMX = &h0f
- const TypeTEXT = &h10
- const TypeRP = &h11
- const TypeAFSDB = &h12
- const TypeX25 = &h13
- const TypeISDN = &h14
- const TypeRT = &h15
- const TypeNSAP = &h16
- const TypeNSAPPTR = &h17
- const TypeSIG = &h18
- const TypeKEY = &h19
- const TypePX = &h1a
- const TypeGPOS = &h1b
- const TypeAAAA = &h1c
- const TypeLOC = &h1d
- const TypeNXT = &h1e
- const TypeSRV = &h21
- const TypeATMA = &h22
- const TypeTKEY = &hf9
- const TypeTSIG = &hfa
- const TypeIXFR = &hfb
- const TypeAXFR = &hfc
- const TypeMAILB = &hfd
- const TypeMAILA = &hfe
- const TypeALL = &hff
- const TypeANY = &hff
- const ClassINTERNET = 1
- const ClassCSNET = 2
- const ClassCHAOS = 3
- const ClassHESIOD = 4
- const ClassNONE = &hfe
- const ClassALL = &hff
- const ClassANY = &hff

Links
MBS FileMaker Plugins