Home  Contents

bis:address

Bis Core4 Lua Event System

SYNOPSIS

  1. addr = bishandle:address()
  2. bishandle:setAddress(addr)

DESCRIPTION

Master mode

These functions have no useful purpose in master mode.

Slave mode

The first form returns the configured slave address, while the second form allows configuring a slave address.

RETURN VALUE

The first form returns the slave address as a number.

NOTES

The BiS protocol supports slave addresses of up to 32 bits. Some smaller devices support only 8 bit addressing, though.