Start Back Next End
  
ZBasic System Library
267
ZBasic Microcontrollers
ResetX10
Type
Subroutine
Invocation
ResetX10(chan, mask)
Parameter
Method
Type
Description
chan
ByVal
Byte
The X-10 communication channel of interest.
mask
ByVal
Byte
A mask value indicating which state flags to clear.
Discussion
Calling this routine will clear some of the flags that are returned by the StatusX10() function.  The mask
parameter should contain a value with a 1 in the bit positions corresponding to the state flags that you
want to be cleared.  Note that only a subset of the flags can be reset; asserted bits in the other bit
positions are ignored.  See the description of StatusX10() for more information.
Compatibility
This subroutine is supported only for native mode devices and is not available in BasicX compatibility
mode.
See Also
Previous page Top Next page