C# Class Emveepee.Decoding.Buffer

Datei anzeigen Open project: mono/emveepee

Public Methods

Method Description
Buffer ( byte data, uint length ) : System
ReadByte ( ) : byte
ReadString ( ) : string
ReadTime ( ) : System.DateTime
ReadUint ( ) : uint
ReadUlong ( ) : ulong

Method Details

Buffer() public method

public Buffer ( byte data, uint length ) : System
data byte
length uint
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadString() public method

public ReadString ( ) : string
return string

ReadTime() public method

public ReadTime ( ) : System.DateTime
return System.DateTime

ReadUint() public method

public ReadUint ( ) : uint
return uint

ReadUlong() public method

public ReadUlong ( ) : ulong
return ulong