C# Class 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.
显示文件 Open project: bytenik/WireBus.NET Class Usage Examples

Public Methods

Method Description
ConnectionSemantics ( bool disableRequests = false, ushort localLength = null, ushort peerLength = null ) : System

Constructs a new ConnectionSemantics instance with the specified semantics.

Method Details

ConnectionSemantics() public method

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