C# 클래스 EpLibrary.cs.IpcPipeOps

IPC Pipe Options
파일 보기 프로젝트 열기: juhgiyo/EpLibrary.cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
defaultIpcPIpeOps IpcPipeOps
m_callBackObj IpcPipeCallbackInterface
m_numOfReadBytes int
m_numOfWriteBytes int
m_pipeName string

공개 메소드들

메소드 설명
IpcPipeOps ( ) : System

Default Constructor

IpcPipeOps ( string pipeName, IpcPipeCallbackInterface callBackObj, int numOfReadyBytes = IpcConf.DEFAULT_READ_BUF_SIZE, int numOfWriteBytes = IpcConf.DEFAULT_WRITE_BUF_SIZE ) : System

Default Constructor

메소드 상세

IpcPipeOps() 공개 메소드

Default Constructor
public IpcPipeOps ( ) : System
리턴 System

IpcPipeOps() 공개 메소드

Default Constructor
public IpcPipeOps ( string pipeName, IpcPipeCallbackInterface callBackObj, int numOfReadyBytes = IpcConf.DEFAULT_READ_BUF_SIZE, int numOfWriteBytes = IpcConf.DEFAULT_WRITE_BUF_SIZE ) : System
pipeName string the name of the pipe
callBackObj IpcPipeCallbackInterface callback object
numOfReadyBytes int maximum read buffer size
numOfWriteBytes int maximum write buffer size
리턴 System

프로퍼티 상세

defaultIpcPIpeOps 공개적으로 정적으로 프로퍼티

Default IPC Pipe options
public static IpcPipeOps,EpLibrary.cs defaultIpcPIpeOps
리턴 IpcPipeOps

m_callBackObj 공개적으로 프로퍼티

Callback Object
public IpcPipeCallbackInterface m_callBackObj
리턴 IpcPipeCallbackInterface

m_numOfReadBytes 공개적으로 프로퍼티

read byte size
public int m_numOfReadBytes
리턴 int

m_numOfWriteBytes 공개적으로 프로퍼티

write byte size
public int m_numOfWriteBytes
리턴 int

m_pipeName 공개적으로 프로퍼티

Name of the pipe
public string m_pipeName
리턴 string