Click or drag to resize

SIMByteList Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListByte
    Micros.PosCore.Extensibility.SIM.UtilitySIMByteList

Namespace: Micros.PosCore.Extensibility.SIM.Utility
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public class SIMByteList : List<byte>

The SIMByteList type exposes the following members.

Constructors
 NameDescription
Public methodSIMByteListInitializes a new instance of the SIMByteList class
Public methodSIMByteList(ArrayList)Initializes a new instance of the SIMByteList class
Public methodSIMByteList(Byte)Initializes a new instance of the SIMByteList class
Public methodSIMByteList(SIMByteList)Initializes a new instance of the SIMByteList class
Top
Methods
See Also