C# Class imBMW.iBus.MessageReceiverRegistration

Exibir arquivo Open project: toxsedyshev/imBMW

Public Properties

Property Type Description
Callback MessageReceiver
Destination DeviceAddress
Match MatchType
Source DeviceAddress

Public Methods

Method Description
Matches ( Message m ) : bool
MessageReceiverRegistration ( DeviceAddress source, DeviceAddress destination, MessageReceiver callback, MatchType match ) : System
Process ( Message m ) : void

Method Details

Matches() public method

public Matches ( Message m ) : bool
m Message
return bool

MessageReceiverRegistration() public method

public MessageReceiverRegistration ( DeviceAddress source, DeviceAddress destination, MessageReceiver callback, MatchType match ) : System
source DeviceAddress
destination DeviceAddress
callback MessageReceiver
match MatchType
return System

Process() public method

public Process ( Message m ) : void
m Message
return void

Property Details

Callback public_oe property

public MessageReceiver Callback
return MessageReceiver

Destination public_oe property

public DeviceAddress Destination
return DeviceAddress

Match public_oe property

public MatchType Match
return MatchType

Source public_oe property

public DeviceAddress Source
return DeviceAddress