C# Class Fuzzer.TargetConnectors.apama_session

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

Public Properties

Property Type Description
apama_session_ptr System.IntPtr
snapshots Fuzzer.TargetConnectors.apama_snapshot[]

Public Methods

Method 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 method

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
return void

Property Details

apama_session_ptr public_oe property

Pointer to the original session struct
public IntPtr,System apama_session_ptr
return System.IntPtr

snapshots public_oe property

public apama_snapshot[],Fuzzer.TargetConnectors snapshots
return Fuzzer.TargetConnectors.apama_snapshot[]