Contents

ar_session_create_with_device

Create a session connected to the specified device.

Declaration

extern ar_session_t ar_session_create_with_device(ar_device_t device);

Parameters

  • device:

    The device to connect to.

Return Value

An instance of ar_session_t.

Discussion

See Also

Sessions