2 methods, 3 broker interface, 1 properties – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual
Page 34: 4 table collection interface, 5 table interface
Section 6. CsiBrokerMap Control
6.4.2.2 Methods
• item(id) As Broker
• _NewEnum() (GetEnumerator() in .NET)
6.4.3 Broker Interface
See the Reference Section for descriptions of these properties and methods.
6.4.3.1 Properties
• id As Long
• name As String
• type As BrokerType
• datalogger_type as String
• allStarted as Boolean
6.4.3.2 Methods
• tables() As Object
• start_expansion()
6.4.4 Table Collection Interface
See the Reference Section for descriptions of these properties and methods.
6.4.4.1 Properties
• count As Long
6.4.4.2 Methods
• item(id) As Table
• _NewEnum() (GetEnumerator() in .NET)
6.4.5 Table Interface
See the Reference Section for descriptions of these properties and methods.
6.4.5.1 Properties
• interval As Long
• name As String
• originalSize As Long
• size As Long
6.4.5.2 Methods
• columns() As Object
• start_expansion()
6-4