Navigation bar
  Start Previous page
 246 of 283 
Next page End 241 242 243 244 245 246 247 248 249 250 251  

237
StatusX10
Type
Function returning Byte
Invocation
StatusX10(chan) 
Parameter
Method
Type
Description
chan
ByVal
Byte
The X-10 communication channel of interest.
Discussion
This function returns a set of flag bits that indicate the status of the specified X-10 channel.  The bits and
their meanings are shown in the table below.  The return value may comprise zero or more of the status
bits.
X-10 Channel Status Bit Values
Value
Meaning
&H01
The channel number is valid but may or may not be open.
&H02
The channel is open.
&H04
The channel has data yet to be transmitted.
The remaining bits are currently undefined but may convey additional information in the future.
Compatibility
This function is not available on ZX models that are based on the ATmega32 processor (e.g. the ZX-24). 
Moreover, it is not available in BasicX compatibility mode.  
See Also
Previous page Top Next page