메소드 | 설명 | |
---|---|---|
DebugServer ( IMavlinkV2Connection connection, IPacketSequenceCalculator seq, Asv.Mavlink.Server.MavlinkServerIdentity identity ) : System | ||
Dispose ( ) : void | ||
SendDebugFloatArray ( string name, ushort arrayId, Array data ) : Task | ||
SendMemoryVect ( ushort address, byte version, byte type, Array value ) : Task | ||
SendNamedValueFloat ( string name, float value ) : Task | ||
SendNamedValueInteger ( string name, int value ) : Task |
public DebugServer ( IMavlinkV2Connection connection, IPacketSequenceCalculator seq, Asv.Mavlink.Server.MavlinkServerIdentity identity ) : System | ||
connection | IMavlinkV2Connection | |
seq | IPacketSequenceCalculator | |
identity | Asv.Mavlink.Server.MavlinkServerIdentity | |
리턴 | System |
public SendDebugFloatArray ( string name, ushort arrayId, Array data ) : Task | ||
name | string | |
arrayId | ushort | |
data | Array | |
리턴 | Task |
public SendMemoryVect ( ushort address, byte version, byte type, Array value ) : Task | ||
address | ushort | |
version | byte | |
type | byte | |
value | Array | |
리턴 | Task |
public SendNamedValueFloat ( string name, float value ) : Task | ||
name | string | |
value | float | |
리턴 | Task |
public SendNamedValueInteger ( string name, int value ) : Task | ||
name | string | |
value | int | |
리턴 | Task |