C# Class Fuzzer.TargetConnectors.apama_session

Apama session that is used to connect and interact with a specific device
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Свойство Type Description
apama_session_ptr System.IntPtr
snapshots Fuzzer.TargetConnectors.apama_snapshot[]

Méthodes publiques

Méthode Description
ReadFromIntPtr ( IntPtr apama_session_ptr, apama_session_internal internalSession ) : void

Unmarshal structure from Pointer.

Cannot be done with a simple unmarshall, because structure contains a linked list

Method Details

ReadFromIntPtr() public méthode

Unmarshal structure from Pointer.
Cannot be done with a simple unmarshall, because structure contains a linked list
public ReadFromIntPtr ( IntPtr apama_session_ptr, apama_session_internal internalSession ) : void
apama_session_ptr System.IntPtr
internalSession apama_session_internal
Résultat void

Property Details

apama_session_ptr public_oe property

Pointer to the original session struct
public IntPtr,System apama_session_ptr
Résultat System.IntPtr

snapshots public_oe property

public apama_snapshot[],Fuzzer.TargetConnectors snapshots
Résultat Fuzzer.TargetConnectors.apama_snapshot[]