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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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