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
commandbyte[]
Returns
CreateCommandDescriptor(string)
public static FlightDescriptor CreateCommandDescriptor(string command)
Parameters
commandstring
Returns
CreatePathDescriptor(params string[])
public static FlightDescriptor CreatePathDescriptor(params string[] paths)
Parameters
pathsstring[]
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()