Show / Hide Table of Contents

Class ConnectionInfo.Allocation

Inheritance
System.Object
ConnectionInfo.Allocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Communication.PLC
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class Allocation

Properties

Max

Declaration
public int Max { get; set; }
Property Value
Type Description
System.Int32

Offset

Declaration
public int Offset { get; set; }
Property Value
Type Description
System.Int32

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX