C# 클래스 SharpCifs.Netbios.NameServicePacket

파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
NameServicePacket ( ) : System.Net
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadBodyWireFormat ( byte src, int srcIndex ) : int
ReadHeaderWireFormat ( byte src, int srcIndex ) : int
ReadInt2 ( byte src, int srcIndex ) : int
ReadInt4 ( byte src, int srcIndex ) : int
ReadNameTrnId ( byte src, int srcIndex ) : int
ReadQuestionSectionWireFormat ( byte src, int srcIndex ) : int
ReadRDataWireFormat ( byte src, int srcIndex ) : int
ReadResourceRecordWireFormat ( byte src, int srcIndex ) : int
ReadWireFormat ( byte src, int srcIndex ) : int
WriteBodyWireFormat ( byte dst, int dstIndex ) : int
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int
WriteInt2 ( int val, byte dst, int dstIndex ) : void
WriteInt4 ( int val, byte dst, int dstIndex ) : void
WriteQuestionSectionWireFormat ( byte dst, int dstIndex ) : int
WriteRDataWireFormat ( byte dst, int dstIndex ) : int
WriteResourceRecordWireFormat ( byte dst, int dstIndex ) : int
WriteWireFormat ( byte dst, int dstIndex ) : int

메소드 상세

NameServicePacket() 공개 메소드

public NameServicePacket ( ) : System.Net
리턴 System.Net

ToString() 공개 메소드

public ToString ( ) : string
리턴 string