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

MsGwInfo() public method

public MsGwInfo ( byte gwIdx ) : System
gwIdx byte
return System
    public MsGwInfo(byte gwIdx)
      : base(MsMessageType.GWINFO) {
      _gwIdx=gwIdx;
    }
    public override byte[] GetBytes() {

Same methods

MsGwInfo::MsGwInfo ( byte buf, int start, int end ) : System