C# 클래스 WireBus.ConnectionSemantics

Describes the semantics of a WireBus connection. "Peer" refers to the other (non-local) connected party. The semantics of the local WireBus must match the peer WireBus, or messages will not be transmitted properly.
파일 보기 프로젝트 열기: bytenik/WireBus.NET 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionSemantics ( bool disableRequests = false, ushort localLength = null, ushort peerLength = null ) : System

Constructs a new ConnectionSemantics instance with the specified semantics.

메소드 상세

ConnectionSemantics() 공개 메소드

Constructs a new ConnectionSemantics instance with the specified semantics.
public ConnectionSemantics ( bool disableRequests = false, ushort localLength = null, ushort peerLength = null ) : System
disableRequests bool
localLength ushort
peerLength ushort
리턴 System