C# Class NCamGS.UAVConnector

ファイルを表示 Open project: andybusse/uavcamera Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Connect ( byte dataStream ) : void
GetDataBytes ( ) : byte[]
SendCommand ( byte command, bool ack ) : void
SendTextToUAV ( string textToUAV ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( byte dataStream ) : void
dataStream byte
return void

GetDataBytes() public method

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

SendCommand() public method

public SendCommand ( byte command, bool ack ) : void
command byte
ack bool
return void

SendTextToUAV() public method

public SendTextToUAV ( string textToUAV ) : void
textToUAV string
return void