Constructor ARCollaborationData
ARCollaborationData(byte[])
Constructs an ARCollaborationData from a byte array.
Check valid after construction to ensure bytes
was successfully deserialized.
Declaration
public ARCollaborationData(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bytes | An array of |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if |
See Also
ARCollaborationData(byte[], int, int)
Constructs an ARCollaborationData from a byte array.
Check valid after construction to ensure bytes
was successfully deserialized.
Declaration
public ARCollaborationData(byte[] bytes, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bytes | An array of |
int | offset | The offset into the |
int | length | The number of bytes in |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if |
Argument |
Thrown if |
Argument |
Thrown if |
See Also
ARCollaborationData(NativeSlice<byte>)
Constructs an ARCollaborationData from a NativeSlice
of byte
s.
Check valid after construction to ensure bytes
was successfully deserialized.
Declaration
public ARCollaborationData(NativeSlice<byte> bytes)
Parameters
Type | Name | Description |
---|---|---|
Native |
bytes | An array of |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if |