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.8
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
 NameDescription
Public methodAddNumber 
Public methodConvertToInt64String 
Public methodStatic memberFormatBytes 
Public methodInsertNumber 
Public methodSetNumber 
Public methodToString
(Overrides ObjectToString)
Top
See Also