|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
DNS SOA record structure. More...
Public Attributes | |
| string | primaryServerName |
| string | responsiblePersonalMailBox |
| int | serialNo |
| int | refreshTime |
| int | retryTime |
| int | expiryTime |
| int | minimumTtl |
Public Attributes inherited from DnsResourceRecord | |
| string | name |
| Dns::EResourceRecordType | type |
| int | class |
| int | ttl |
| int | length |
| QString | dateTime |
| bool | isAnsRecord |
DNS SOA record structure.
| int DnsRrSoa::expiryTime |
| int DnsRrSoa::minimumTtl |
| string DnsRrSoa::primaryServerName |
| int DnsRrSoa::refreshTime |
| string DnsRrSoa::responsiblePersonalMailBox |
| int DnsRrSoa::retryTime |
| int DnsRrSoa::serialNo |