C# 클래스 BACnet.Core.BufferExtensions

파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
ReadUInt16 ( this buffer, int offset ) : ushort
ReadUInt32 ( this buffer, int offset ) : uint
ReadUInt64 ( this buffer, int offset ) : ulong
ReadUInt8 ( this buffer, int offset ) : byte
WriteUInt16 ( this buffer, int offset, ushort value ) : void
WriteUInt32 ( this buffer, int offset, uint value ) : void
WriteUInt64 ( this buffer, int offset, ulong value ) : void
WriteUInt8 ( this buffer, int offset, byte value ) : void

메소드 상세

ReadUInt16() 공개 정적인 메소드

public static ReadUInt16 ( this buffer, int offset ) : ushort
buffer this
offset int
리턴 ushort

ReadUInt32() 공개 정적인 메소드

public static ReadUInt32 ( this buffer, int offset ) : uint
buffer this
offset int
리턴 uint

ReadUInt64() 공개 정적인 메소드

public static ReadUInt64 ( this buffer, int offset ) : ulong
buffer this
offset int
리턴 ulong

ReadUInt8() 공개 정적인 메소드

public static ReadUInt8 ( this buffer, int offset ) : byte
buffer this
offset int
리턴 byte

WriteUInt16() 공개 정적인 메소드

public static WriteUInt16 ( this buffer, int offset, ushort value ) : void
buffer this
offset int
value ushort
리턴 void

WriteUInt32() 공개 정적인 메소드

public static WriteUInt32 ( this buffer, int offset, uint value ) : void
buffer this
offset int
value uint
리턴 void

WriteUInt64() 공개 정적인 메소드

public static WriteUInt64 ( this buffer, int offset, ulong value ) : void
buffer this
offset int
value ulong
리턴 void

WriteUInt8() 공개 정적인 메소드

public static WriteUInt8 ( this buffer, int offset, byte value ) : void
buffer this
offset int
value byte
리턴 void