C# Class SimTelemetry.Objects.Devices

Inheritance: IDevices
Mostra file Open project: nlhans/SimTelemetry

Public Methods

Method Description
Devices ( ) : System
TX ( SimTelemetry.Objects.Peripherals.DevicePacket packet, string destination ) : void

Private Methods

Method Description
ph_RX ( SimTelemetry.Objects.Peripherals.DevicePacket packet, object sender ) : void

Method Details

Devices() public method

public Devices ( ) : System
return System

TX() public method

public TX ( SimTelemetry.Objects.Peripherals.DevicePacket packet, string destination ) : void
packet SimTelemetry.Objects.Peripherals.DevicePacket
destination string
return void