C# 클래스 GSF.IO.Unmanaged.BlockArguments

A set of fields that are passed to a BinaryStreamIoSessionBase.GetBlock method to get results.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirstPointer System.IntPtr
FirstPosition long
IsWriting bool
Length int
Position long
SupportsWriting bool

프로퍼티 상세

FirstPointer 공개적으로 프로퍼티

the pointer for the first byte of the block
public IntPtr,System FirstPointer
리턴 System.IntPtr

FirstPosition 공개적으로 프로퍼티

the position that corresponds to FirstPointer
public long FirstPosition
리턴 long

IsWriting 공개적으로 프로퍼티

indicates if the stream plans to write to this block
public bool IsWriting
리턴 bool

Length 공개적으로 프로퍼티

the length of the block
public int Length
리턴 int

Position 공개적으로 프로퍼티

the block returned must contain this position
public long Position
리턴 long

SupportsWriting 공개적으로 프로퍼티

notifies the calling class if this block supports writing without requiring this function to be called again if IsWriting was set to false.
public bool SupportsWriting
리턴 bool