X13.Periphery.MsSearchGW.MsSearchGW C# (CSharp) Method

MsSearchGW() public method

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