C# Class LynnaLab.StreamValueReference

Inheritance: ValueReference
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

Méthode Description
GetIntValue ( ) : int
SetStream ( Stream stream ) : void
SetValue ( int i ) : void
StreamValueReference ( StreamValueReference r ) : System
StreamValueReference ( string n, int offset, DataValueType t, bool editable = true ) : System
StreamValueReference ( string n, int offset, int startBit, int endBit, DataValueType t, bool editable = true ) : System

Method Details

GetIntValue() public méthode

public GetIntValue ( ) : int
Résultat int

SetStream() public méthode

public SetStream ( Stream stream ) : void
stream Stream
Résultat void

SetValue() public méthode

public SetValue ( int i ) : void
i int
Résultat void

StreamValueReference() public méthode

public StreamValueReference ( StreamValueReference r ) : System
r StreamValueReference
Résultat System

StreamValueReference() public méthode

public StreamValueReference ( string n, int offset, DataValueType t, bool editable = true ) : System
n string
offset int
t DataValueType
editable bool
Résultat System

StreamValueReference() public méthode

public StreamValueReference ( string n, int offset, int startBit, int endBit, DataValueType t, bool editable = true ) : System
n string
offset int
startBit int
endBit int
t DataValueType
editable bool
Résultat System