Class FlightDescriptor
public class FlightDescriptor
- Inheritance
-
FlightDescriptor
- Inherited Members
Properties
Command
public ByteString Command { get; }
Property Value
- ByteString
Paths
public IEnumerable<string> Paths { get; }
Property Value
Type
public FlightDescriptorType Type { get; }
Property Value
Methods
CreateCommandDescriptor(byte[])
public static FlightDescriptor CreateCommandDescriptor(byte[] command)
Parameters
command
byte[]
Returns
CreateCommandDescriptor(string)
public static FlightDescriptor CreateCommandDescriptor(string command)
Parameters
command
string
Returns
CreatePathDescriptor(params string[])
public static FlightDescriptor CreatePathDescriptor(params string[] paths)
Parameters
paths
string[]
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()