X13.Periphery.MsGwInfo.GetBytes C# (CSharp) 메소드

GetBytes() 공개 메소드

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