Skip to main content

odin_room_customer

Retrieves the identifier of the customer the room is assigned to from the specified

OdinRoomHandle

.

Declaration
OdinReturnCode odin_room_customer(OdinRoomHandle room,
char *out_customer,
size_t out_customer_len);

Parameters

room

Handle of the room whose customer identifier is to be retrieved. See

OdinRoomHandle

for more information.

Declaration
OdinRoomHandle room;

out_customer

Buffer to store the customer identifier. The buffer must be large enough to store the customer identifier.

Declaration
char *out_customer;

out_customer_len

Size of the buffer in bytes.

Declaration
size_t out_customer_len;

Returns

A return code indicating success or failure. See

OdinReturnCode

for more information.

Declaration
OdinReturnCode