C# 클래스 Fuzzer.TargetConnectors.apama_session

Apama session that is used to connect and interact with a specific device
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
apama_session_ptr System.IntPtr
snapshots Fuzzer.TargetConnectors.apama_snapshot[]

공개 메소드들

메소드 설명
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

메소드 상세

ReadFromIntPtr() 공개 메소드

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
리턴 void

프로퍼티 상세

apama_session_ptr 공개적으로 프로퍼티

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

snapshots 공개적으로 프로퍼티

public apama_snapshot[],Fuzzer.TargetConnectors snapshots
리턴 Fuzzer.TargetConnectors.apama_snapshot[]