X13.Periphery.MsGwInfo.GetBytes C# (CSharp) Méthode

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]
    public override byte[] GetBytes() {
      base._length=3;
      byte[] buf=base.GetBytes();
      buf[2]=_gwIdx;
      return buf;
    }
  }