C# Class imBMW.Multimedia.BluetoothWT32.MuxCommand

Exibir arquivo Open project: toxsedyshev/imBMW

Public Methods

Method Description
GetBytes ( ) : byte[]
MuxCommand ( byte command, Link link, string description = "" ) : System
MuxCommand ( string command, Link link ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

MuxCommand() public method

public MuxCommand ( byte command, Link link, string description = "" ) : System
command byte
link Link
description string
return System

MuxCommand() public method

public MuxCommand ( string command, Link link ) : System
command string
link Link
return System