Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Network Plugin:DNSService:
All Console safe, 37 entry points.
- class DNSServiceAddrInfoMBS
- method AddrInfo(InterfaceIndex as integer, protocol as Integer, HostName as string) as boolean
- shared method Available as boolean
- event ServiceAddrInfo(Flags as integer, InterfaceIndex as integer, ErrorCode as integer, AddressFamily as Integer, IP as string, SockAddr as MemoryBlock, HostName as string, ttl as Integer)
- class DNSServiceBaseMBS
- class DNSServiceBrowseMBS
- class DNSServiceDomainEnumerationMBS
- class DNSServiceQueryRecordMBS
- method QueryRecord(InterfaceIndex as integer, FullName as string, rrType as Integer, rrClass as Integer, Flags as Integer = 0) as boolean
- event ServiceQueryRecord(flags as integer, InterfaceIndex as integer, ErrorCode as integer, Fullname as string, rrType as Integer, rrClass as integer, Length as Integer, Data as string, ttl as Integer)
- class DNSServiceRegisterMBS
- method Register(Flags as integer, interfaceIndex as integer, servicename as string, servicetype as string, domain as string, host as string, port as integer, TXTRecord as string) as boolean
- method UpdateRecord(TXTRecord as string, ttl as integer)
- method AddRecord(rrType as integer, TXTRecord as string, ttl as integer)
- method RemoveRecord
- event ServiceRegistration(flags as integer, errorcode as integer, Name as string, RegType as string, Domain as string)
- class DNSServiceRegisterRecordMBS
- class DNSServiceResolveMBS
- class TXTRecordMBS
- method ContainsKey(key as string) as boolean
- method Value(key as string) as string
- method Count as integer
- method ValueAtIndex(index as integer) as string
- method KeyAtIndex(index as integer) as string
- method Bytes as string
- method Length as integer
- method RemoveValue(key as string)
- method SetValue(key as string, value as string) as integer
- shared method ContainsKey(txtRecord as string, key as string) as boolean
- shared method Value(txtRecord as string, key as string) as string
- shared method Count(txtRecord as string) as integer
- shared method ValueAtIndex(txtRecord as string, index as integer) as string
- shared method KeyAtIndex(txtRecord as string, index as integer) as string

Links
MBS Xojo Chart Plugins