C# Class DNS.Protocol.Question

Inheritance: IMessageEntry
Afficher le fichier Open project: greggman/hft-unity-gamepad Class Usage Examples

Méthodes publiques

Méthode Description
FromArray ( byte message, int offset ) : Question
FromArray ( byte message, int offset, int &endOffset ) : Question
GetAllFromArray ( byte message, int offset, int questionCount ) : IList
GetAllFromArray ( byte message, int offset, int questionCount, int &endOffset ) : IList
Question ( Domain domain, RecordType type = RecordType.A, RecordClass klass = RecordClass.IN ) : System.Collections.Generic
ToArray ( ) : byte[]
ToString ( ) : string

Method Details

FromArray() public static méthode

public static FromArray ( byte message, int offset ) : Question
message byte
offset int
Résultat Question

FromArray() public static méthode

public static FromArray ( byte message, int offset, int &endOffset ) : Question
message byte
offset int
endOffset int
Résultat Question

GetAllFromArray() public static méthode

public static GetAllFromArray ( byte message, int offset, int questionCount ) : IList
message byte
offset int
questionCount int
Résultat IList

GetAllFromArray() public static méthode

public static GetAllFromArray ( byte message, int offset, int questionCount, int &endOffset ) : IList
message byte
offset int
questionCount int
endOffset int
Résultat IList

Question() public méthode

public Question ( Domain domain, RecordType type = RecordType.A, RecordClass klass = RecordClass.IN ) : System.Collections.Generic
domain Domain
type RecordType
klass RecordClass
Résultat System.Collections.Generic

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string