X13.Periphery.MsSearchGW.MsSearchGW C# (CSharp) Méthode

MsSearchGW() public méthode

public MsSearchGW ( byte buf, int start, int end ) : System
buf byte
start int
end int
Résultat System
    public MsSearchGW(byte[] buf, int start, int end)
      : base(buf, start, end) {
      radius=buf[start+2];
    }
    public readonly byte radius;