ICursor2 (ITF) ¶ INTERFACE ICursor2 EXTENDS ICursor Extension of interface ICursor. Properties: CursorCurrentRow , inherited from ICursor CursorIndexId , inherited from ICursor CursorIsReadOnly , inherited from ICursor CursorStorage , inherited from ICursor CursorTable , inherited from ICursor Methods: CursorClose , inherited from ICursor CursorMove , inherited from ICursor CursorSearchRowId , inherited from ICursor CursorSearchRowId2 CursorSearch_DINT , inherited from ICursor CursorSearch_INT , inherited from ICursor CursorSearch_LINT , inherited from ICursor CursorSearch_LREAL , inherited from ICursor CursorSearch_NULL , inherited from ICursor CursorSearch_REAL , inherited from ICursor CursorSearch_SINT , inherited from ICursor CursorSearch_TEXT , inherited from ICursor Structure: Searching CursorSearchRowId2 (Method)
IBACnetServerPluginCallback.EventCallback (PROP) ¶ PROPERTY EventCallback : IBACnetEventConsumer
ICursor3 (ITF) ¶ INTERFACE ICursor3 EXTENDS ICursor2 Extension of interface ICursor2. Properties: LastError CursorCurrentRow , inherited from ICursor CursorIndexId , inherited from ICursor CursorIsReadOnly , inherited from ICursor CursorStorage , inherited from ICursor CursorTable , inherited from ICursor Methods: CursorClose , inherited from ICursor CursorMove , inherited from ICursor CursorSearchRowId , inherited from ICursor CursorSearchRowId2 , inherited from ICursor2 CursorSearch_DINT , inherited from ICursor CursorSearch_INT , inherited from ICursor CursorSearch_LINT , inherited from ICursor CursorSearch_LREAL , inherited from ICursor CursorSearch_NULL , inherited from ICursor CursorSearch_REAL , inherited from ICursor CursorSearch_SINT , inherited from ICursor CursorSearch_TEXT , inherited from ICursor Structure: LastError (Property)
IRow (ITF) ¶ INTERFACE IRow EXTENDS IRowBase Properties: RowHasChanged RowId RowNumOfColumns , inherited from IRowBase RowStorage , inherited from IRowBase RowTable , inherited from IRowBase Methods: ColumnGetType , inherited from IRowBase ColumnGet_BLOB , inherited from IRowBase ColumnGet_DINT , inherited from IRowBase ColumnGet_INT , inherited from IRowBase ColumnGet_LINT , inherited from IRowBase ColumnGet_LREAL , inherited from IRowBase ColumnGet_REAL , inherited from IRowBase ColumnGet_SINT , inherited from IRowBase ColumnGet_TEXT , inherited from IRowBase ColumnSet_BLOB , inherited from IRowBase ColumnSet_DINT , inherited from IRowBase ColumnSet_INT , inherited from IRowBase ColumnSet_LINT , inherited from IRowBase ColumnSet_LREAL , inherited from IRowBase ColumnSet_NULL , inherited from IRowBase ColumnSet_REAL , inherited from IRowBase ColumnSet_SINT , inherited from IRowBase ColumnSet_TEXT , inherited from IRowBase ColumnUpdate_BLOB , inherited from IRowBase ColumnUpdate_DINT , inherited from IRowBase ColumnUpdate_INT , inherited from IRowBase ColumnUpdate_LINT , inherited from IRowBase ColumnUpdate_LREAL , inherited from IRowBase ColumnUpdate_REAL , inherited from IRowBase ColumnUpdate_SINT , inherited from IRowBase ColumnUpdate_TEXT , inherited from IRowBase RowClear , inherited from IRowBase RowRelease , inherited from IRowBase RowUpdate Structure: Row RowHasChanged (Property) RowId (Property) RowUpdate (Method)
IRow2 (ITF) ¶ INTERFACE IRow2 EXTENDS IRow Extension of interface IRow. Properties: RowHasChanged , inherited from IRow RowId , inherited from IRow RowNumOfColumns , inherited from IRowBase RowStorage , inherited from IRowBase RowTable , inherited from IRowBase Methods: ColumnGetType , inherited from IRowBase ColumnGet_BLOB , inherited from IRowBase ColumnGet_DINT , inherited from IRowBase ColumnGet_INT , inherited from IRowBase ColumnGet_LINT , inherited from IRowBase ColumnGet_LREAL , inherited from IRowBase ColumnGet_REAL , inherited from IRowBase ColumnGet_SINT , inherited from IRowBase ColumnGet_TEXT , inherited from IRowBase ColumnSet_BLOB , inherited from IRowBase ColumnSet_DINT , inherited from IRowBase ColumnSet_INT , inherited from IRowBase ColumnSet_LINT , inherited from IRowBase ColumnSet_LREAL , inherited from IRowBase ColumnSet_NULL , inherited from IRowBase ColumnSet_REAL , inherited from IRowBase ColumnSet_SINT , inherited from IRowBase ColumnSet_TEXT , inherited from IRowBase ColumnUpdate_BLOB , inherited from IRowBase ColumnUpdate_DINT , inherited from IRowBase ColumnUpdate_INT , inherited from IRowBase ColumnUpdate_LINT , inherited from IRowBase ColumnUpdate_LREAL , inherited from IRowBase ColumnUpdate_REAL , inherited from IRowBase ColumnUpdate_SINT , inherited from IRowBase ColumnUpdate_TEXT , inherited from IRowBase GetRowId RowClear , inherited from IRowBase RowRelease , inherited from IRowBase RowUpdate , inherited from IRow Structure: Row GetRowId (Method)
IRow3 (ITF) ¶ INTERFACE IRow3 EXTENDS IRow2 Extension of interface IRow2. Properties: LastError RowHasChanged , inherited from IRow RowId , inherited from IRow RowNumOfColumns , inherited from IRowBase RowStorage , inherited from IRowBase RowTable , inherited from IRowBase Methods: ColumnGetType , inherited from IRowBase ColumnGet_BLOB , inherited from IRowBase ColumnGet_DINT , inherited from IRowBase ColumnGet_INT , inherited from IRowBase ColumnGet_LINT , inherited from IRowBase ColumnGet_LREAL , inherited from IRowBase ColumnGet_REAL , inherited from IRowBase ColumnGet_SINT , inherited from IRowBase ColumnGet_TEXT , inherited from IRowBase ColumnSet_BLOB , inherited from IRowBase ColumnSet_DINT , inherited from IRowBase ColumnSet_INT , inherited from IRowBase ColumnSet_LINT , inherited from IRowBase ColumnSet_LREAL , inherited from IRowBase ColumnSet_NULL , inherited from IRowBase ColumnSet_REAL , inherited from IRowBase ColumnSet_SINT , inherited from IRowBase ColumnSet_TEXT , inherited from IRowBase ColumnUpdate_BLOB , inherited from IRowBase ColumnUpdate_DINT , inherited from IRowBase ColumnUpdate_INT , inherited from IRowBase ColumnUpdate_LINT , inherited from IRowBase ColumnUpdate_LREAL , inherited from IRowBase ColumnUpdate_REAL , inherited from IRowBase ColumnUpdate_SINT , inherited from IRowBase ColumnUpdate_TEXT , inherited from IRowBase GetRowId , inherited from IRow2 RowClear , inherited from IRowBase RowRelease , inherited from IRowBase RowUpdate , inherited from IRow Structure: LastError (Property)
DT_TO_INT64 (FUN) ¶ FUNCTION DT_TO_INT64 : ERROR InOut: Scope Name Type Return DT_TO_INT64 ERROR Input dtValue DT Output i64Value INT64
DT_TO_ISO8601 (FUN) ¶ FUNCTION DT_TO_ISO8601 : ERROR InOut: Scope Name Type Return DT_TO_ISO8601 ERROR Input dtValue DT Inout sValue ISO8601
DT_TO_REAL8 (FUN) ¶ FUNCTION DT_TO_REAL8 : ERROR InOut: Scope Name Type Return DT_TO_REAL8 ERROR Input dtValue DT Output r8Value REAL8
IBACnetServerPlugin.PreRegister (METH) ¶ METHOD PreRegister : UDINT Initialization, gets called during BACNetServer.RegisterPlugin before application service hooks/callbacks are registered. Return CmpErrors.Errors.ERR_OK if successfully. InOut: Scope Name Type Return PreRegister UDINT Input itfServer IBACnetServer