C# Class GSF.IO.Unmanaged.BlockArguments

A set of fields that are passed to a BinaryStreamIoSessionBase.GetBlock method to get results.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Свойство Type Description
FirstPointer System.IntPtr
FirstPosition long
IsWriting bool
Length int
Position long
SupportsWriting bool

Property Details

FirstPointer public_oe property

the pointer for the first byte of the block
public IntPtr,System FirstPointer
Résultat System.IntPtr

FirstPosition public_oe property

the position that corresponds to FirstPointer
public long FirstPosition
Résultat long

IsWriting public_oe property

indicates if the stream plans to write to this block
public bool IsWriting
Résultat bool

Length public_oe property

the length of the block
public int Length
Résultat int

Position public_oe property

the block returned must contain this position
public long Position
Résultat long

SupportsWriting public_oe property

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
Résultat bool