Class CloudConnection
Cloud connection information
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class CloudConnection
Properties
| Improve this Doc View SourceCode
Gets the cloud connection code.
public CloudConnectionCode Code { get; }
Property Type
CloudConnectionCode |
ExpectedPackets
Gets the expected packets.
public int ExpectedPackets { get; }
Property Type
Int32 |
NumPackets
Gets the number packets.
public int NumPackets { get; }
Property Type
Int32 |