Boards Method (DioFile)

Applies To

All

Purpose

Return the DioBoard object specified by board number.

Syntax

[obDioBoard = ] Object.Board (nBoardNumber)

 

The Boards property syntax has the following parts:

Name

Type

Description

Object

DioFile

DioFile object

nBoardNumber

 

SHORT

The board numbers can be:

0: Master.

1-7: Slaves.

obDioBoard

DioBoard

DioBoard object

Comments

The specified board was added to the DioFile object by calling InsertBoard method prior calling this function.

 

See Also

InsertBoard, DeleteBoard, Boards