Discuss this help topic in SecureBlackbox Forum

TElDNSMessage.RCode

TElDNSMessage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    ushort RCode;

[VB.NET]
    Property RCode As UInt16

[Pascal]
    property RCode : word;

[C++]
    uint16_t get_RCode();
    void set_RCode(uint16_t Value);

[PHP]
    integer get_RCode()
    void set_RCode(integer $Value)

[Java]
    short getRCode();
    void setRCode(short arg0);

Description

    …

Discuss this help topic in SecureBlackbox Forum