|
Dreamine.Communication.Core 1.0.2
Dreamine.Communication.Core 통신 기능과 관련 API를 제공합니다.
|
속성 | |
| object | SyncRoot = new() [get] |
| Queue< byte > | Pending = [] [get] |
스트림별로 아직 프레임으로 완성되지 않은 바이트와 동기화 객체를 보관합니다.
DelimiterMessageFrameCodec.cs 파일의 430 번째 라인에서 정의되었습니다.
|
get |
다음 프레임 해석에서 이어서 처리할 수신 바이트 큐를 가져옵니다.
DelimiterMessageFrameCodec.cs 파일의 450 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Framing.DelimiterMessageFrameCodec.TryConsumeBufferedBytes().
|
get |
대기 바이트 큐에 대한 동시 접근을 직렬화하는 동기화 객체를 가져옵니다.
DelimiterMessageFrameCodec.cs 파일의 440 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Core.Framing.DelimiterMessageFrameCodec.TryConsumeBufferedBytes().