C# 클래스 WireBus.WireContext

A context describing a received message and the ability to reply to it.
파일 보기 프로젝트 열기: bytenik/WireBus.NET

공개 메소드들

메소드 설명
Reply ( byte message ) : void

Reply to the message

ReplyAsync ( byte message ) : System.Threading.Tasks.Task

Reply to the message

비공개 메소드들

메소드 설명
WireContext ( WireBusClient client, byte message ) : System
WireContext ( WireBusClient client, byte message, uint id ) : System

메소드 상세

Reply() 공개 메소드

Reply to the message
non-replyable message
public Reply ( byte message ) : void
message byte the reply message data
리턴 void

ReplyAsync() 공개 메소드

Reply to the message
non-replyable message
public ReplyAsync ( byte message ) : System.Threading.Tasks.Task
message byte the reply message data
리턴 System.Threading.Tasks.Task