Class EcrInfo
Defines one ECR information token for use by the HardwareInformation() or HardwareInformationAsync().
Inheritance
System.Object
EcrInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class EcrInfo
Properties
EcrInfoArchitecture
e.g. 'Mobile'.
Declaration
public string EcrInfoArchitecture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EcrInfoManufacturerName
e.g. 'proPOS'.
Declaration
public string EcrInfoManufacturerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EcrInfoName
e.g. 'à proPOS'.
Declaration
public string EcrInfoName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EcrInfoSerialNumber
e.g. '4711-0815'.
Declaration
public string EcrInfoSerialNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EcrInfoType
Declaration
public EcrInfoType EcrInfoType { get; set; }
Property Value
Type | Description |
---|---|
EcrInfoType |
EcrInfoVers
e.g. 'V2016.02.01'.
Declaration
public string EcrInfoVers { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntegratorSolution
IntegratorSolution.
Declaration
public string IntegratorSolution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoteIp
RemoteIp.
Declaration
public string RemoteIp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()