ARVps2AnchorPayload
The ARVps2AnchorPayload is data used to save and restore persistent anchors.
Declaration
public class ARVps2AnchorPayloadConstructors
Constructor
public ARVps2AnchorPayload(byte[] data)
Summary
Overload
public ARVps2AnchorPayload(string data)
Summary
Creates a new ARVps2AnchorPayload
Fields
| Name | Type | Summary |
|---|---|---|
| Data | byte[] | The data associated with the payload, decoded into bytes. |
Methods
| Name | Type | Summary |
|---|---|---|
| ToBase64 | string | Converts a payload to a base 64 string. |
Creates a new ARVps2AnchorPayload